Public Member Functions | List of all members
QGDItList Class Reference
Inheritance diagram for QGDItList:
QInternalList< QGDictIterator > QGList QCollection

Public Member Functions

 QGDItList ()
 
 QGDItList (const QGDItList &list)
 
 ~QGDItList ()
 
QGDItListoperator= (const QGDItList &list)
 
- Public Member Functions inherited from QInternalList< QGDictIterator >
 QInternalList ()
 
 QInternalList (const QInternalList< QGDictIterator > &l)
 
 ~QInternalList ()
 
QInternalList< QGDictIterator > & operator= (const QInternalList< QGDictIterator > &l)
 
bool operator== (const QInternalList< QGDictIterator > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const QGDictIterator *d)
 
void inSort (const QGDictIterator *d)
 
void prepend (const QGDictIterator *d)
 
void append (const QGDictIterator *d)
 
bool remove (uint i)
 
bool remove ()
 
bool remove (const QGDictIterator *d)
 
bool removeRef (const QGDictIterator *d)
 
void removeNode (QLNode *n)
 
bool removeFirst ()
 
bool removeLast ()
 
QGDictIteratortake (uint i)
 
QGDictIteratortake ()
 
QGDictIteratortakeNode (QLNode *n)
 
void clear ()
 
void sort ()
 
int find (const QGDictIterator *d)
 
int findNext (const QGDictIterator *d)
 
int findRef (const QGDictIterator *d)
 
int findNextRef (const QGDictIterator *d)
 
uint contains (const QGDictIterator *d) const
 
uint containsRef (const QGDictIterator *d) const
 
QGDictIteratorat (uint i)
 
int at () const
 
QGDictIteratorcurrent () const
 
QLNodecurrentNode () const
 
QGDictIteratorgetFirst () const
 
QGDictIteratorgetLast () const
 
QGDictIteratorfirst ()
 
QGDictIteratorlast ()
 
QGDictIteratornext ()
 
QGDictIteratorprev ()
 
void toVector (QGVector *vec) const
 
- Public Member Functions inherited from QGList
QDataStreamread (QDataStream &)
 
QDataStreamwrite (QDataStream &) const
 
- Public Member Functions inherited from QCollection
bool autoDelete () const
 
void setAutoDelete (bool enable)
 

Additional Inherited Members

- Public Types inherited from QCollection
typedef void * Item
 
- Protected Member Functions inherited from QGList
 QGList ()
 
 QGList (const QGList &)
 
virtual ~QGList ()
 
QGListoperator= (const QGList &)
 
bool operator== (const QGList &) const
 
void inSort (QCollection::Item)
 
void append (QCollection::Item)
 
bool insertAt (uint index, QCollection::Item)
 
void relinkNode (QLNode *)
 
bool removeNode (QLNode *)
 
bool remove (QCollection::Item=0)
 
bool removeRef (QCollection::Item=0)
 
bool removeFirst ()
 
bool removeLast ()
 
bool removeAt (uint index)
 
QCollection::Item takeNode (QLNode *)
 
QCollection::Item take ()
 
QCollection::Item takeAt (uint index)
 
QCollection::Item takeFirst ()
 
QCollection::Item takeLast ()
 
void sort ()
 
int findRef (QCollection::Item, bool=TRUE)
 
int find (QCollection::Item, bool=TRUE)
 
uint containsRef (QCollection::Item) const
 
uint contains (QCollection::Item) const
 
QCollection::Item at (uint index)
 
int at () const
 
QLNodecurrentNode () const
 
QCollection::Item get () const
 
QCollection::Item cfirst () const
 
QCollection::Item clast () const
 
QCollection::Item first ()
 
QCollection::Item last ()
 
QCollection::Item next ()
 
QCollection::Item prev ()
 
void toVector (QGVector *) const
 
virtual int compareItems (QCollection::Item, QCollection::Item)
 
virtual QDataStreamread (QDataStream &, QCollection::Item &)
 
virtual QDataStreamwrite (QDataStream &, QCollection::Item) const
 
- Protected Member Functions inherited from QCollection
 QCollection ()
 
 QCollection (const QCollection &)
 
virtual ~QCollection ()
 
virtual Item newItem (Item)
 
- Protected Attributes inherited from QCollection
bool del_item
 

Detailed Description

Definition at line 66 of file qgdict.cpp.

Constructor & Destructor Documentation

QGDItList::QGDItList ( )
inline
QGDItList::QGDItList ( const QGDItList list)
inline
QGDItList::~QGDItList ( )
inline

Definition at line 71 of file qgdict.cpp.

Member Function Documentation

QGDItList& QGDItList::operator= ( const QGDItList list)
inline

Definition at line 72 of file qgdict.cpp.

QInternalList< type > & operator=(const QInternalList< type > &l)
Definition: qinternallist.h:52

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