![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcompleter_p.h>
Public Member Functions | |
| QUnsortedModelEngine (QCompleterPrivate *c) | |
| void | filterOnDemand (int) override |
| QMatchData | filter (const QString &, const QModelIndex &, int) override |
| Public Member Functions inherited from QCompletionEngine | |
| 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 |
| int | matchCount () const |
Additional Inherited Members | |
| Public Types inherited from QCompletionEngine | |
| typedef QMap< QString, QMatchData > | CacheItem |
| typedef QMap< QModelIndex, CacheItem > | Cache |
| Public Attributes inherited from QCompletionEngine | |
| QMatchData | curMatch |
| QMatchData | historyMatch |
| QCompleterPrivate * | c |
| QStringList | curParts |
| QModelIndex | curParent |
| int | curRow |
| Cache | cache |
| int | cost |
Definition at line 153 of file qcompleter_p.h.
|
inline |
Definition at line 156 of file qcompleter_p.h.
References QCompletionEngine::QCompletionEngine().
|
overridevirtual |
Implements QCompletionEngine.
Definition at line 750 of file qcompleter.cpp.
References QIndexMapper::QIndexMapper(), QMatchData::QMatchData(), QMatchData::QMatchData(), QCompletionEngine::c, QMatchData::exactMatchIndex, QMatchData::isValid(), QMatchData::partial, and QCompleterPrivate::proxy.
|
overridevirtual |
Reimplemented from QCompletionEngine.
Definition at line 736 of file qcompleter.cpp.
References QCompletionEngine::c, QCompletionEngine::matchCount(), and QCompleterPrivate::proxy.