|
ISLEman
|
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 &) |
| 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 |
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.
1.8.12