Qt 6.x
The Qt SDK
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 99 of file qcompleter_p.h.

Constructor & Destructor Documentation

◆ QMatchData() [1/2]

QMatchData::QMatchData ( )
inline

Definition at line 100 of file qcompleter_p.h.

◆ QMatchData() [2/2]

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

Definition at line 101 of file qcompleter_p.h.

Member Function Documentation

◆ isValid()

bool QMatchData::isValid ( ) const
inline

Definition at line 104 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 105 of file qcompleter_p.h.

◆ indices

◆ partial

bool QMatchData::partial

Definition at line 106 of file qcompleter_p.h.

Referenced by QUnsortedModelEngine::filterOnDemand().


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