Public Member Functions | |
AlphaIndexTableRowsIterator (const AlphaIndexTableRows &list) | |
Public Member Functions inherited from QListIterator< AlphaIndexTableCell > | |
QListIterator (const QList< AlphaIndexTableCell > &l) | |
~QListIterator () | |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
AlphaIndexTableCell * | toFirst () |
AlphaIndexTableCell * | toLast () |
operator AlphaIndexTableCell * () const | |
AlphaIndexTableCell * | operator* () |
AlphaIndexTableCell * | current () const |
AlphaIndexTableCell * | operator() () |
AlphaIndexTableCell * | operator++ () |
AlphaIndexTableCell * | operator+= (uint j) |
AlphaIndexTableCell * | operator-- () |
AlphaIndexTableCell * | operator-= (uint j) |
QListIterator< AlphaIndexTableCell > & | operator= (const QListIterator< AlphaIndexTableCell > &it) |
Additional Inherited Members | |
Protected Member Functions inherited from QGListIterator | |
QGListIterator (const QGList &) | |
QGListIterator (const QGListIterator &) | |
QGListIterator & | operator= (const QGListIterator &) |
~QGListIterator () | |
bool | atFirst () const |
bool | atLast () const |
QCollection::Item | toFirst () |
QCollection::Item | toLast () |
QCollection::Item | get () const |
QCollection::Item | operator() () |
QCollection::Item | operator++ () |
QCollection::Item | operator+= (uint) |
QCollection::Item | operator-- () |
QCollection::Item | operator-= (uint) |
Protected Attributes inherited from QGListIterator | |
QGList * | list |
Iterator for the cells in a row of the alphabetical class index.
|
inline |