#include <filename.h>
Public Member Functions | |
| FileNameListIterator (const FileNameList &list) | |
Public Member Functions inherited from QListIterator< FileName > | |
| QListIterator (const QList< FileName > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| FileName * | toFirst () |
| FileName * | toLast () |
| operator FileName * () const | |
| FileName * | operator* () |
| FileName * | current () const |
| FileName * | operator() () |
| FileName * | operator++ () |
| FileName * | operator+= (uint j) |
| FileName * | operator-- () |
| FileName * | operator-= (uint j) |
| QListIterator< FileName > & | operator= (const QListIterator< FileName > &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 |
Iterator for FileName objects in a FileNameList.
Definition at line 60 of file filename.h.
| FileNameListIterator::FileNameListIterator | ( | const FileNameList & | list | ) |
Definition at line 138 of file filename.cpp.
1.8.11