![]() |
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 | |
QMatchData () | |
QMatchData (const QIndexMapper &indices, int em, bool p) | |
bool | isValid () const |
Public Attributes | |
QIndexMapper | indices |
int | exactMatchIndex |
bool | partial |
Definition at line 102 of file qcompleter_p.h.
|
inline |
Definition at line 103 of file qcompleter_p.h.
References exactMatchIndex, and partial.
Referenced by QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), and QCompletionEngine::filterHistory().
|
inline |
Definition at line 104 of file qcompleter_p.h.
References QMatchData(), exactMatchIndex, and partial.
Referenced by QMatchData(), QUnsortedModelEngine::filter(), and QCompletionEngine::filterHistory().
|
inline |
Definition at line 107 of file qcompleter_p.h.
Referenced by QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), and QSortedModelEngine::indexHint().
int QMatchData::exactMatchIndex |
Definition at line 108 of file qcompleter_p.h.
Referenced by QMatchData(), QMatchData(), and QUnsortedModelEngine::filter().
QIndexMapper QMatchData::indices |
Definition at line 106 of file qcompleter_p.h.
bool QMatchData::partial |
Definition at line 109 of file qcompleter_p.h.
Referenced by QMatchData(), QMatchData(), and QUnsortedModelEngine::filter().