#include <classlist.h>
Public Member Functions | |
| ClassListIterator (const ClassList &list) | |
Public Member Functions inherited from QListIterator< ClassDef > | |
| QListIterator (const QList< ClassDef > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| ClassDef * | toFirst () |
| ClassDef * | toLast () |
| operator ClassDef * () const | |
| ClassDef * | operator* () |
| ClassDef * | current () const |
| ClassDef * | operator() () |
| ClassDef * | operator++ () |
| ClassDef * | operator+= (uint j) |
| ClassDef * | operator-- () |
| ClassDef * | operator-= (uint j) |
| QListIterator< ClassDef > & | operator= (const QListIterator< ClassDef > &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 |
An iterator for ClassDef objects in a ClassList.
Definition at line 41 of file classlist.h.
| ClassListIterator::ClassListIterator | ( | const ClassList & | list | ) |
Definition at line 60 of file classlist.cpp.
1.8.11