Qt 4.8
|
#include <qcompleter_p.h>
Public Functions | |
bool | isValid () const |
QMatchData () | |
QMatchData (const QIndexMapper &indices, int em, bool p) | |
Public Variables | |
int | exactMatchIndex |
QIndexMapper | indices |
bool | partial |
Definition at line 131 of file qcompleter_p.h.
|
inline |
Definition at line 132 of file qcompleter_p.h.
|
inline |
Definition at line 133 of file qcompleter_p.h.
|
inline |
Definition at line 136 of file qcompleter_p.h.
Referenced by QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), and QSortedModelEngine::indexHint().
int QMatchData::exactMatchIndex |
Definition at line 137 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::buildIndices(), and QUnsortedModelEngine::filter().
QIndexMapper QMatchData::indices |
Definition at line 135 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::buildIndices(), QCompletionModel::currentIndex(), QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), QCompletionEngine::filterHistory(), QCompletionModel::index(), QSortedModelEngine::indexHint(), QCompletionModel::mapFromSource(), QCompletionModel::mapToSource(), and QCompletionEngine::saveInCache().
bool QMatchData::partial |
Definition at line 138 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::buildIndices(), and QUnsortedModelEngine::filter().