Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 101 of file qcompleter_p.h.

Constructor & Destructor Documentation

◆ QMatchData() [1/2]

QMatchData::QMatchData ( )
inline

Definition at line 102 of file qcompleter_p.h.

◆ QMatchData() [2/2]

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

Definition at line 103 of file qcompleter_p.h.

Member Function Documentation

◆ isValid()

bool QMatchData::isValid ( ) const
inline

Definition at line 106 of file qcompleter_p.h.

Referenced by QCompletionEngine::filter().

+ Here is the caller graph for this function:

Member Data Documentation

◆ exactMatchIndex

int QMatchData::exactMatchIndex

Definition at line 107 of file qcompleter_p.h.

◆ indices

◆ partial

bool QMatchData::partial

Definition at line 108 of file qcompleter_p.h.

Referenced by QUnsortedModelEngine::filterOnDemand().


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