Public Member Functions | |
| IndexFieldSDict () | |
| ~IndexFieldSDict () | |
Public Member Functions inherited from SDict< IndexField > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const IndexField *d) |
| void | prepend (const char *key, const IndexField *d) |
| bool | remove (const char *key) |
| IndexField * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const IndexField *d) |
| void | insertAt (int i, const char *key, const IndexField *d) |
| void | setAutoDelete (bool val) |
| IndexField * | find (const char *key) |
| IndexField * | find (const QCString &key) |
| IndexField * | find (const QString &key) |
| int | findAt (const QCString &key) |
| IndexField * | operator[] (const char *key) const |
| IndexField * | at (uint i) |
| void | clear () |
| int | count () const |
Private Member Functions | |
| int | compareValues (const IndexField *item1, const IndexField *item2) const |
Sorted dictionary of IndexField objects.
Definition at line 53 of file htmlhelp.cpp.
|
inline |
Definition at line 56 of file htmlhelp.cpp.
|
inline |
Definition at line 57 of file htmlhelp.cpp.
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< IndexField >.
Definition at line 59 of file htmlhelp.cpp.
1.8.11