Public Types | |
typedef ClassDef | ElementType |
Public Member Functions | |
PrefixIgnoreClassList (uint letter) | |
uint | letter () const |
Public Member Functions inherited from ClassList | |
ClassList () | |
~ClassList () | |
Public Member Functions inherited from QList< ClassDef > | |
QList () | |
QList (const QList< ClassDef > &l) | |
~QList () | |
QList< ClassDef > & | operator= (const QList< ClassDef > &l) |
bool | operator== (const QList< ClassDef > &list) const |
uint | count () const |
bool | isEmpty () const |
bool | insert (uint i, const ClassDef *d) |
void | inSort (const ClassDef *d) |
void | prepend (const ClassDef *d) |
void | append (const ClassDef *d) |
bool | remove (uint i) |
bool | remove (const ClassDef *d) |
bool | removeRef (const ClassDef *d) |
bool | removeFirst () |
bool | removeLast () |
ClassDef * | take (uint i) |
void | clear () |
void | sort () |
int | find (const ClassDef *d) const |
int | findRef (const ClassDef *d) const |
uint | contains (const ClassDef *d) const |
uint | containsRef (const ClassDef *d) const |
ClassDef * | at (uint i) const |
ClassDef * | getFirst () const |
ClassDef * | getLast () const |
void | setAutoDelete (bool enable) |
Private Member Functions | |
virtual int | compareValue (const ClassDef *c1, const ClassDef *c2) const |
Private Attributes | |
uint | m_letter |
Special class list where sorting takes IGNORE_PREFIX into account.
|
inline |
|
inlineprivatevirtual |
Definition at line 1687 of file index.cpp.