ISLEman
Public Member Functions | List of all members
QInternalListIterator< type > Class Template Reference
Inheritance diagram for QInternalListIterator< type >:
QGListIterator

Public Member Functions

 QInternalListIterator (const QInternalList< type > &l)
 
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 &)
 
QGListIteratoroperator= (const 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
QGListlist
 

The documentation for this class was generated from the following file: