Public Member Functions | List of all members
NamespaceListIterator Class Reference

#include <namespacedef.h>

Inheritance diagram for NamespaceListIterator:
QListIterator< NamespaceDef > QGListIterator

Public Member Functions

 NamespaceListIterator (const NamespaceList &l)
 
- Public Member Functions inherited from QListIterator< NamespaceDef >
 QListIterator (const QList< NamespaceDef > &l)
 
 ~QListIterator ()
 
uint count () const
 
bool isEmpty () const
 
bool atFirst () const
 
bool atLast () const
 
NamespaceDeftoFirst ()
 
NamespaceDeftoLast ()
 
 operator NamespaceDef * () const
 
NamespaceDefoperator* ()
 
NamespaceDefcurrent () const
 
NamespaceDefoperator() ()
 
NamespaceDefoperator++ ()
 
NamespaceDefoperator+= (uint j)
 
NamespaceDefoperator-- ()
 
NamespaceDefoperator-= (uint j)
 
QListIterator< NamespaceDef > & operator= (const QListIterator< NamespaceDef > &it)
 

Additional Inherited Members

- Protected Member Functions inherited from QGListIterator
 QGListIterator (const QGList &)
 
 QGListIterator (const QGListIterator &)
 
QGListIteratoroperator= (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
QGListlist
 

Detailed Description

An iterator for NamespaceDef objects in a NamespaceList.

Definition at line 157 of file namespacedef.h.

Constructor & Destructor Documentation

NamespaceListIterator::NamespaceListIterator ( const NamespaceList l)
inline

Definition at line 160 of file namespacedef.h.

160  :
static QStrList * l
Definition: config.cpp:1044

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