#include <classdef.h>
Public Member Functions | |
BaseClassListIterator (const BaseClassList &bcl) | |
Public Member Functions inherited from QListIterator< BaseClassDef > | |
QListIterator (const QList< BaseClassDef > &l) | |
~QListIterator () | |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
BaseClassDef * | toFirst () |
BaseClassDef * | toLast () |
operator BaseClassDef * () const | |
BaseClassDef * | operator* () |
BaseClassDef * | current () const |
BaseClassDef * | operator() () |
BaseClassDef * | operator++ () |
BaseClassDef * | operator+= (uint j) |
BaseClassDef * | operator-- () |
BaseClassDef * | operator-= (uint j) |
QListIterator< BaseClassDef > & | operator= (const QListIterator< BaseClassDef > &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 a list of base classes.
Definition at line 562 of file classdef.h.
|
inline |
Definition at line 565 of file classdef.h.