|
My Project
|
#include <pagedef.h>
Public Member Functions | |
| PageSDict (int size) | |
| virtual | ~PageSDict () |
Public Member Functions inherited from SDict< PageDef > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const PageDef *d) |
| void | prepend (const char *key, const PageDef *d) |
| bool | remove (const char *key) |
| PageDef * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const PageDef *d) |
| void | insertAt (int i, const char *key, const PageDef *d) |
| void | setAutoDelete (bool val) |
| PageDef * | find (const char *key) |
| PageDef * | find (const QCString &key) |
| PageDef * | find (const QString &key) |
| int | findAt (const QCString &key) |
| PageDef * | operator[] (const char *key) const |
| PageDef * | at (uint i) |
| void | clear () |
| int | count () const |
Private Member Functions | |
| int | compareValues (const PageDef *i1, const PageDef *i2) const |
|
inline |
Definition at line 84 of file pagedef.h.
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< PageDef >.
Definition at line 87 of file pagedef.h.
References Definition::name().