The QGListIterator class is an internal class for implementing QListIterator. More...
#include <qglist.h>
Protected Member Functions | |
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 | |
QGList * | list |
Private Attributes | |
QLNode * | curNode |
Friends | |
class | QGList |
The QGListIterator class is an internal class for implementing QListIterator.
QGListIterator is a strictly internal class that does the heavy work for QListIterator.
|
protected |
Definition at line 1055 of file qglist.cpp.
|
protected |
Definition at line 1071 of file qglist.cpp.
|
protected |
Definition at line 1101 of file qglist.cpp.
|
inlineprotected |
|
protected |
Definition at line 1166 of file qglist.cpp.
|
protected |
Definition at line 1180 of file qglist.cpp.
|
protected |
Definition at line 1193 of file qglist.cpp.
|
protected |
Definition at line 1205 of file qglist.cpp.
|
protected |
Definition at line 1218 of file qglist.cpp.
|
protected |
Definition at line 1085 of file qglist.cpp.
|
protected |
Definition at line 1126 of file qglist.cpp.
|
protected |
Definition at line 1142 of file qglist.cpp.