Public Member Functions | |
| CompoundIdIterator (const MainHandler *m, const QList< QString > &list) | |
| virtual | ~CompoundIdIterator () |
| 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< QString > | |
| QListIterator (const QList< QString > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| QString * | toFirst () |
| QString * | toLast () |
| operator QString * () const | |
| QString * | operator* () |
| QString * | current () const |
| QString * | operator() () |
| QString * | operator++ () |
| QString * | operator+= (uint j) |
| QString * | operator-- () |
| QString * | operator-= (uint j) |
| QListIterator< QString > & | operator= (const QListIterator< QString > &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 55 of file compoundhandler.cpp.
|
inline |
Definition at line 59 of file compoundhandler.cpp.
|
inlinevirtual |
Definition at line 61 of file compoundhandler.cpp.
|
inlinevirtual |
Implements ICompoundIterator.
Definition at line 79 of file compoundhandler.cpp.
|
inlinevirtual |
Implements ICompoundIterator.
Definition at line 84 of file compoundhandler.cpp.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 88 of file compoundhandler.cpp.
1.8.11