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

A list of Definition objects. More...

#include <definition.h>

Inheritance diagram for DefinitionList:
QList< Definition > DefinitionIntf QGList

Public Member Functions

DefType definitionType () const
 
int compareValues (const Definition *item1, const Definition *item2) const
 
- Public Member Functions inherited from QList< Definition >
 QList (const QList< Definition > &l)
 
QList< Definition > & operator= (const QList< Definition > &l)
 
bool operator== (const QList< Definition > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const Definition *d)
 
void inSort (const Definition *d)
 
void prepend (const Definition *d)
 
void append (const Definition *d)
 
bool remove (uint i)
 
bool remove (const Definition *d)
 
bool removeRef (const Definition *d)
 
bool removeFirst ()
 
bool removeLast ()
 
Definitiontake (uint i)
 
void clear ()
 
void sort ()
 
int find (const Definition *d) const
 
int findRef (const Definition *d) const
 
uint contains (const Definition *d) const
 
uint containsRef (const Definition *d) const
 
Definitionat (uint i) const
 
DefinitiongetFirst () const
 
DefinitiongetLast () const
 
void setAutoDelete (bool enable)
 

Additional Inherited Members

- Public Types inherited from DefinitionIntf
enum  DefType {
  TypeClass = 0, TypeFile = 1, TypeNamespace = 2, TypeMember = 3,
  TypeGroup = 4, TypePackage = 5, TypePage = 6, TypeDir = 7,
  TypeSymbolList = 8
}
 

Detailed Description

A list of Definition objects.

Member Function Documentation

§ definitionType()

DefType DefinitionList::definitionType ( ) const
inlinevirtual

Use this for dynamic inspection of the type of the derived class

Implements DefinitionIntf.


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