#include <qinternallist.h>
Public Member Functions | |
| QInternalListIterator (const QInternalList< type > &l) | |
| ~QInternalListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| type * | toFirst () |
| type * | toLast () |
| operator type * () const | |
| type * | operator* () |
| type * | current () const |
| type * | operator() () |
| type * | operator++ () |
| type * | operator+= (uint j) |
| type * | operator-- () |
| type * | operator-= (uint j) |
| QInternalListIterator< type > & | operator= (const QInternalListIterator< type > &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 108 of file qinternallist.h.
|
inline |
Definition at line 111 of file qinternallist.h.
|
inline |
Definition at line 112 of file qinternallist.h.
|
inline |
Definition at line 115 of file qinternallist.h.
|
inline |
Definition at line 116 of file qinternallist.h.
|
inline |
Definition at line 113 of file qinternallist.h.
|
inline |
Definition at line 128 of file qinternallist.h.
|
inline |
Definition at line 114 of file qinternallist.h.
|
inline |
Definition at line 119 of file qinternallist.h.
|
inline |
Definition at line 129 of file qinternallist.h.
|
inline |
Definition at line 120 of file qinternallist.h.
|
inline |
Definition at line 130 of file qinternallist.h.
|
inline |
Definition at line 131 of file qinternallist.h.
|
inline |
Definition at line 132 of file qinternallist.h.
|
inline |
Definition at line 133 of file qinternallist.h.
|
inline |
Definition at line 134 of file qinternallist.h.
|
inline |
Definition at line 117 of file qinternallist.h.
|
inline |
Definition at line 118 of file qinternallist.h.
1.8.11