#include <qcompleter_p.h>
Definition at line 106 of file qcompleter_p.h.
◆ QIndexMapper() [1/3]
QIndexMapper::QIndexMapper |
( |
| ) |
|
|
inline |
◆ QIndexMapper() [2/3]
QIndexMapper::QIndexMapper |
( |
int |
f, |
|
|
int |
t |
|
) |
| |
|
inline |
◆ QIndexMapper() [3/3]
QIndexMapper::QIndexMapper |
( |
QVector< int > |
vec | ) |
|
|
inline |
◆ append()
void QIndexMapper::append |
( |
int |
x | ) |
|
|
inline |
◆ cost()
int QIndexMapper::cost |
( |
| ) |
const |
|
inline |
◆ count()
int QIndexMapper::count |
( |
| ) |
const |
|
inline |
◆ first()
int QIndexMapper::first |
( |
| ) |
const |
|
inline |
◆ from()
int QIndexMapper::from |
( |
| ) |
const |
|
inline |
◆ indexOf()
int QIndexMapper::indexOf |
( |
int |
x | ) |
const |
|
inline |
◆ isEmpty()
bool QIndexMapper::isEmpty |
( |
| ) |
const |
|
inline |
Definition at line 117 of file qcompleter_p.h.
bool isEmpty() const
Returns true if the vector has size 0; otherwise returns false.
◆ isValid()
bool QIndexMapper::isValid |
( |
| ) |
const |
|
inline |
◆ last()
int QIndexMapper::last |
( |
| ) |
const |
|
inline |
◆ operator[]()
int QIndexMapper::operator[] |
( |
int |
index | ) |
const |
|
inline |
◆ to()
int QIndexMapper::to |
( |
| ) |
const |
|
inline |
◆ vector
The documentation for this class was generated from the following file: