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
QIndexMapper Class Reference

#include <qcompleter_p.h>

Collaboration diagram for QIndexMapper:

Public Member Functions

 QIndexMapper ()
 QIndexMapper (int f, int t)
 QIndexMapper (const QList< int > &vec)
int count () const
int operator[] (int index) const
int indexOf (int x) const
bool isValid () const
bool isEmpty () const
void append (int x)
int first () const
int last () const
int from () const
int to () const
int cost () const

Detailed Description

Definition at line 77 of file qcompleter_p.h.

Constructor & Destructor Documentation

◆ QIndexMapper() [1/3]

QIndexMapper::QIndexMapper ( )
inline

Definition at line 80 of file qcompleter_p.h.

◆ QIndexMapper() [2/3]

QIndexMapper::QIndexMapper ( int f,
int t )
inline

Definition at line 81 of file qcompleter_p.h.

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

Here is the caller graph for this function:

◆ QIndexMapper() [3/3]

QIndexMapper::QIndexMapper ( const QList< int > & vec)
inline

Definition at line 82 of file qcompleter_p.h.

Member Function Documentation

◆ append()

void QIndexMapper::append ( int x)
inline

Definition at line 89 of file qcompleter_p.h.

◆ cost()

int QIndexMapper::cost ( ) const
inline

Definition at line 94 of file qcompleter_p.h.

◆ count()

int QIndexMapper::count ( ) const
inline

Definition at line 84 of file qcompleter_p.h.

Referenced by QCompletionModel::mapFromSource(), and QCompletionModel::mapToSource().

Here is the caller graph for this function:

◆ first()

int QIndexMapper::first ( ) const
inline

Definition at line 90 of file qcompleter_p.h.

◆ from()

int QIndexMapper::from ( ) const
inline

Definition at line 92 of file qcompleter_p.h.

Referenced by QSortedModelEngine::filter().

Here is the caller graph for this function:

◆ indexOf()

int QIndexMapper::indexOf ( int x) const
inline

Definition at line 86 of file qcompleter_p.h.

Referenced by QCompletionModel::mapFromSource().

Here is the caller graph for this function:

◆ isEmpty()

bool QIndexMapper::isEmpty ( ) const
inline

Definition at line 88 of file qcompleter_p.h.

Referenced by isValid().

Here is the caller graph for this function:

◆ isValid()

bool QIndexMapper::isValid ( ) const
inline

Definition at line 87 of file qcompleter_p.h.

References isEmpty().

Here is the call graph for this function:

◆ last()

int QIndexMapper::last ( ) const
inline

Definition at line 91 of file qcompleter_p.h.

◆ operator[]()

int QIndexMapper::operator[] ( int index) const
inline

Definition at line 85 of file qcompleter_p.h.

◆ to()

int QIndexMapper::to ( ) const
inline

Definition at line 93 of file qcompleter_p.h.

Referenced by QSortedModelEngine::filter().

Here is the caller graph for this function:

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