Qt 5.6
Qt Widgets
C++ Classes
QCompleter
Qt 5.6.3 Reference Documentation
List of All Members for QCompleter
This is the complete list of members for
QCompleter
, including inherited members.
enum
CompletionMode
enum
ModelSorting
QCompleter
(QObject *)
QCompleter
(QAbstractItemModel *, QObject *)
QCompleter
(const QStringList &, QObject *)
~QCompleter
()
activated
(const QString &)
activated
(const QModelIndex &)
caseSensitivity
() const : Qt::CaseSensitivity
complete
(const QRect &)
completionColumn
() const : int
completionCount
() const : int
completionMode
() const : CompletionMode
completionModel
() const : QAbstractItemModel *
completionPrefix
() const : QString
completionRole
() const : int
currentCompletion
() const : QString
currentIndex
() const : QModelIndex
currentRow
() const : int
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
filterMode
() const : Qt::MatchFlags
highlighted
(const QString &)
highlighted
(const QModelIndex &)
maxVisibleItems
() const : int
model
() const : QAbstractItemModel *
modelSorting
() const : ModelSorting
pathFromIndex
(const QModelIndex &) const : QString
popup
() const : QAbstractItemView *
setCaseSensitivity
(Qt::CaseSensitivity )
setCompletionColumn
(int )
setCompletionMode
(CompletionMode )
setCompletionPrefix
(const QString &)
setCompletionRole
(int )
setCurrentRow
(int ) : bool
setFilterMode
(Qt::MatchFlags )
setMaxVisibleItems
(int )
setModel
(QAbstractItemModel *)
setModelSorting
(ModelSorting )
setPopup
(QAbstractItemView *)
setWidget
(QWidget *)
setWrapAround
(bool )
splitPath
(const QString &) const : QStringList
widget
() const : QWidget *
wrapAround
() const : bool