#include <groupdef.h>
Public Member Functions | |
GroupSDict (uint size) | |
virtual | ~GroupSDict () |
Public Member Functions inherited from SDict< GroupDef > | |
SDict (int size=17, bool caseSensitive=TRUE) | |
virtual | ~SDict () |
void | append (const char *key, const GroupDef *d) |
void | prepend (const char *key, const GroupDef *d) |
bool | remove (const char *key) |
GroupDef * | take (const char *key) |
void | sort () |
void | inSort (const char *key, const GroupDef *d) |
void | insertAt (int i, const char *key, const GroupDef *d) |
void | setAutoDelete (bool val) |
GroupDef * | find (const char *key) |
GroupDef * | find (const QCString &key) |
GroupDef * | find (const QString &key) |
int | findAt (const QCString &key) |
GroupDef * | operator[] (const char *key) const |
GroupDef * | at (uint i) |
void | clear () |
int | count () const |
Private Member Functions | |
int | compareValues (const GroupDef *item1, const GroupDef *item2) const |
A sorted dictionary of GroupDef objects.
Definition at line 162 of file groupdef.h.
|
inline |
Definition at line 165 of file groupdef.h.
|
inlinevirtual |
Definition at line 166 of file groupdef.h.
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< GroupDef >.
Definition at line 168 of file groupdef.h.