#include <dochandler.h>
Public Member Functions | |
| ListItemIterator (const ListItemHandler &handler) | |
Public Member Functions inherited from BaseIteratorVia< IDocIterator, IDoc, DocImpl, DocImpl > | |
| BaseIteratorVia (const QList< DocImpl > &list) | |
| virtual | ~BaseIteratorVia () |
| virtual IDoc * | toFirst () |
| virtual IDoc * | toLast () |
| virtual IDoc * | toNext () |
| virtual IDoc * | toPrev () |
| virtual IDoc * | current () const |
| virtual void | release () |
Public Member Functions inherited from QListIterator< DocImpl > | |
| QListIterator (const QList< DocImpl > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| DocImpl * | toFirst () |
| DocImpl * | toLast () |
| operator DocImpl * () const | |
| DocImpl * | operator* () |
| DocImpl * | current () const |
| DocImpl * | operator() () |
| DocImpl * | operator++ () |
| DocImpl * | operator+= (uint j) |
| DocImpl * | operator-- () |
| DocImpl * | operator-= (uint j) |
| QListIterator< DocImpl > & | operator= (const QListIterator< DocImpl > &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 |
Definition at line 283 of file dochandler.h.
|
inline |
Definition at line 286 of file dochandler.h.
1.8.11