|
My Project
|
#include <dirdef.h>
Public Member Functions | |
| FilePairDict (int size) | |
Public Member Functions inherited from SDict< FilePair > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const FilePair *d) |
| void | prepend (const char *key, const FilePair *d) |
| bool | remove (const char *key) |
| FilePair * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const FilePair *d) |
| void | insertAt (int i, const char *key, const FilePair *d) |
| void | setAutoDelete (bool val) |
| FilePair * | find (const char *key) |
| FilePair * | find (const QCString &key) |
| FilePair * | find (const QString &key) |
| int | findAt (const QCString &key) |
| FilePair * | operator[] (const char *key) const |
| FilePair * | at (uint i) |
| void | clear () |
| int | count () const |
Private Member Functions | |
| int | compareValues (const FilePair *item1, const FilePair *item2) const |
|
inline |
Definition at line 126 of file dirdef.h.
|
privatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< FilePair >.
Definition at line 659 of file dirdef.cpp.
References FilePair::destination(), FileDef::name(), and FilePair::source().