#include </home/clem/local/src/opie/qmake/include/qptrlist.h>
Inheritance diagram for QPtrListIterator< type >:


Public Member Functions | |
| QPtrListIterator (const QPtrList< type > &l) | |
| ~QPtrListIterator () | |
| 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) |
| QPtrListIterator< type > & | operator= (const QPtrListIterator< type > &it) |
|
||||||||||
|
Definition at line 126 of file qptrlist.h. |
|
|||||||||
|
Definition at line 127 of file qptrlist.h. |
|
|||||||||
|
For internal use only. Returns TRUE if the iterator points to the first item, otherwise FALSE. Reimplemented from QGListIterator. Definition at line 130 of file qptrlist.h. Referenced by QGCacheIterator::atFirst(). |
|
|||||||||
|
For internal use only. Returns TRUE if the iterator points to the last item, otherwise FALSE. Reimplemented from QGListIterator. Definition at line 131 of file qptrlist.h. Referenced by QGCacheIterator::atLast(). |
|
|||||||||
|
Definition at line 128 of file qptrlist.h. Referenced by QGCacheIterator::count(), and FileView::generateDir(). |
|
|||||||||
|
|||||||||
|
Definition at line 129 of file qptrlist.h. |
|
|||||||||
|
Definition at line 135 of file qptrlist.h. |
|
|||||||||
|
Definition at line 134 of file qptrlist.h. |
|
|||||||||
|
For internal use only. Moves to the next item (postfix). Reimplemented from QGListIterator. Definition at line 144 of file qptrlist.h. |
|
|||||||||
|
For internal use only. Moves to the next item (prefix). Reimplemented from QGListIterator. Definition at line 145 of file qptrlist.h. |
|
||||||||||
|
For internal use only. Moves jumps positions forward. Reimplemented from QGListIterator. Definition at line 146 of file qptrlist.h. |
|
|||||||||
|
For internal use only. Moves to the previous item (prefix). Reimplemented from QGListIterator. Definition at line 147 of file qptrlist.h. |
|
||||||||||
|
For internal use only. Moves jumps positions backward. Reimplemented from QGListIterator. Definition at line 148 of file qptrlist.h. |
|
||||||||||
|
Definition at line 149 of file qptrlist.h. |
|
|||||||||
|
For internal use only. Sets the list iterator to point to the first item in the list. Reimplemented from QGListIterator. Definition at line 132 of file qptrlist.h. Referenced by ServerPI::sendList(), QGCacheIterator::toFirst(), Win32MakefileGenerator::writeSubDirs(), and UnixMakefileGenerator::writeSubdirs(). |
|
|||||||||
|
For internal use only. Sets the list iterator to point to the last item in the list. Reimplemented from QGListIterator. Definition at line 133 of file qptrlist.h. Referenced by QGCacheIterator::toLast(). |
1.4.2