|
ISLEman
|
A list of Definition objects. More...
#include <definition.h>
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 () |
| Definition * | take (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 |
| Definition * | at (uint i) const |
| Definition * | getFirst () const |
| Definition * | getLast () 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 } |
A list of Definition objects.
|
inlinevirtual |
Use this for dynamic inspection of the type of the derived class
Implements DefinitionIntf.
1.8.12