![]() |
Qt 6.x
The Qt SDK
|
#include <qcompleter_p.h>
Public Member Functions | |
QUnsortedModelEngine (QCompleterPrivate *c) | |
void | filterOnDemand (int) override |
QMatchData | filter (const QString &, const QModelIndex &, int) override |
![]() | |
QCompletionEngine (QCompleterPrivate *c) | |
virtual | ~QCompletionEngine () |
void | filter (const QStringList &parts) |
QMatchData | filterHistory () |
bool | matchHint (const QString &part, const QModelIndex &parent, QMatchData *m) const |
void | saveInCache (QString, const QModelIndex &, const QMatchData &) |
bool | lookupCache (const QString &part, const QModelIndex &parent, QMatchData *m) const |
virtual void | filterOnDemand (int) |
virtual QMatchData | filter (const QString &, const QModelIndex &, int)=0 |
int | matchCount () const |
Additional Inherited Members | |
![]() | |
typedef QMap< QString, QMatchData > | CacheItem |
typedef QMap< QModelIndex, CacheItem > | Cache |
![]() | |
QMatchData | curMatch |
QMatchData | historyMatch |
QCompleterPrivate * | c |
QStringList | curParts |
QModelIndex | curParent |
int | curRow |
Cache | cache |
int | cost |
Definition at line 150 of file qcompleter_p.h.
|
inline |
Definition at line 153 of file qcompleter_p.h.
|
overridevirtual |
Implements QCompletionEngine.
Definition at line 749 of file qcompleter.cpp.
References hint(), QVariant::isValid(), QCompletionEngine::lookupCache(), QCompletionEngine::matchHint(), model, parent, QSqlQueryModel::rowCount(), and QCompletionEngine::saveInCache().
|
overridevirtual |
Reimplemented from QCompletionEngine.
Definition at line 735 of file qcompleter.cpp.
References QCompletionEngine::curMatch, QCompletionEngine::curParent, QCompletionEngine::curParts, QMatchData::indices, QIndexMapper::last(), QCompletionEngine::matchCount(), model, QMatchData::partial, Q_ASSERT, QSqlQueryModel::rowCount(), and QCompletionEngine::saveInCache().