![]() |
Qt 6.x
The Qt SDK
|
#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 99 of file qcompleter_p.h.
|
inline |
Definition at line 100 of file qcompleter_p.h.
|
inline |
Definition at line 101 of file qcompleter_p.h.
|
inline |
Definition at line 104 of file qcompleter_p.h.
Referenced by QCompletionEngine::filter().
int QMatchData::exactMatchIndex |
Definition at line 105 of file qcompleter_p.h.
QIndexMapper QMatchData::indices |
Definition at line 103 of file qcompleter_p.h.
Referenced by QCompletionModel::currentIndex(), QUnsortedModelEngine::filterOnDemand(), QCompletionModel::index(), QSortedModelEngine::indexHint(), QCompletionModel::mapFromSource(), QCompletionModel::mapToSource(), QCompletionEngine::matchCount(), and QCompletionEngine::saveInCache().
bool QMatchData::partial |
Definition at line 106 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::filterOnDemand().