Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMatchData Struct Reference

#include <qcompleter_p.h>

Collaboration diagram for QMatchData:

Public Member Functions

 QMatchData ()
 QMatchData (const QIndexMapper &indices, int em, bool p)
bool isValid () const

Public Attributes

QIndexMapper indices
int exactMatchIndex
bool partial

Detailed Description

Definition at line 102 of file qcompleter_p.h.

Constructor & Destructor Documentation

◆ QMatchData() [1/2]

QMatchData::QMatchData ( )
inline

Definition at line 103 of file qcompleter_p.h.

References exactMatchIndex, and partial.

Referenced by QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), and QCompletionEngine::filterHistory().

Here is the caller graph for this function:

◆ QMatchData() [2/2]

QMatchData::QMatchData ( const QIndexMapper & indices,
int em,
bool p )
inline

Definition at line 104 of file qcompleter_p.h.

References QMatchData(), exactMatchIndex, and partial.

Referenced by QMatchData(), QUnsortedModelEngine::filter(), and QCompletionEngine::filterHistory().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ isValid()

bool QMatchData::isValid ( ) const
inline

Definition at line 107 of file qcompleter_p.h.

Referenced by QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), and QSortedModelEngine::indexHint().

Here is the caller graph for this function:

Member Data Documentation

◆ exactMatchIndex

int QMatchData::exactMatchIndex

Definition at line 108 of file qcompleter_p.h.

Referenced by QMatchData(), QMatchData(), and QUnsortedModelEngine::filter().

◆ indices

QIndexMapper QMatchData::indices

Definition at line 106 of file qcompleter_p.h.

◆ partial

bool QMatchData::partial

Definition at line 109 of file qcompleter_p.h.

Referenced by QMatchData(), QMatchData(), and QUnsortedModelEngine::filter().


The documentation for this struct was generated from the following file: