Public Member Functions | |
| CompoundEntryIterator (const MainHandler *m, const QList< CompoundEntry > &list) | |
| virtual | ~CompoundEntryIterator () |
| virtual void | toFirst () |
| virtual void | toLast () |
| virtual void | toNext () |
| virtual void | toPrev () |
| virtual ICompound * | current () const |
| virtual void | release () |
Public Member Functions inherited from QListIterator< CompoundEntry > | |
| QListIterator (const QList< CompoundEntry > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| CompoundEntry * | toFirst () |
| CompoundEntry * | toLast () |
| operator CompoundEntry * () const | |
| CompoundEntry * | operator* () |
| CompoundEntry * | current () const |
| CompoundEntry * | operator() () |
| CompoundEntry * | operator++ () |
| CompoundEntry * | operator+= (uint j) |
| CompoundEntry * | operator-- () |
| CompoundEntry * | operator-= (uint j) |
| QListIterator< CompoundEntry > & | operator= (const QListIterator< CompoundEntry > &it) |
Private Attributes | |
| const MainHandler * | m_mainHandler |
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 |
Definition at line 53 of file mainhandler.cpp.
|
inline |
Definition at line 57 of file mainhandler.cpp.
|
inlinevirtual |
Definition at line 59 of file mainhandler.cpp.
|
inlinevirtual |
Implements ICompoundIterator.
Definition at line 77 of file mainhandler.cpp.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 86 of file mainhandler.cpp.
1.8.11