ISLEman
Public Member Functions | List of all members
NamespaceList Class Reference

A list of NamespaceDef objects. More...

#include <namespacedef.h>

Inheritance diagram for NamespaceList:
QList< NamespaceDef > QGList

Public Member Functions

int compareValues (const NamespaceDef *nd1, const NamespaceDef *nd2) const
 
- Public Member Functions inherited from QList< NamespaceDef >
 QList (const QList< NamespaceDef > &l)
 
QList< NamespaceDef > & operator= (const QList< NamespaceDef > &l)
 
bool operator== (const QList< NamespaceDef > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const NamespaceDef *d)
 
void inSort (const NamespaceDef *d)
 
void prepend (const NamespaceDef *d)
 
void append (const NamespaceDef *d)
 
bool remove (uint i)
 
bool remove (const NamespaceDef *d)
 
bool removeRef (const NamespaceDef *d)
 
bool removeFirst ()
 
bool removeLast ()
 
NamespaceDeftake (uint i)
 
void clear ()
 
void sort ()
 
int find (const NamespaceDef *d) const
 
int findRef (const NamespaceDef *d) const
 
uint contains (const NamespaceDef *d) const
 
uint containsRef (const NamespaceDef *d) const
 
NamespaceDefat (uint i) const
 
NamespaceDefgetFirst () const
 
NamespaceDefgetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

A list of NamespaceDef objects.


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