Public Member Functions | |
| DiagramRowIterator (const QList< DiagramRow > &d) | |
Public Member Functions inherited from QListIterator< DiagramRow > | |
| QListIterator (const QList< DiagramRow > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| DiagramRow * | toFirst () |
| DiagramRow * | toLast () |
| operator DiagramRow * () const | |
| DiagramRow * | operator* () |
| DiagramRow * | current () const |
| DiagramRow * | operator() () |
| DiagramRow * | operator++ () |
| DiagramRow * | operator+= (uint j) |
| DiagramRow * | operator-- () |
| DiagramRow * | operator-= (uint j) |
| QListIterator< DiagramRow > & | operator= (const QListIterator< DiagramRow > &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 |
Class representing iterator for the rows in the built-in class diagram.
Definition at line 103 of file diagram.cpp.
|
inline |
Definition at line 106 of file diagram.cpp.
1.8.11