#include <sortdict.h>
Public Member Functions | |
SList (SDict< T > *owner) | |
virtual | ~SList () |
int | compareValues (const T *item1, const T *item2) const |
Public Member Functions inherited from QList< T > | |
QList () | |
QList (const QList< T > &l) | |
~QList () | |
QList< T > & | operator= (const QList< T > &l) |
bool | operator== (const QList< T > &list) const |
uint | count () const |
bool | isEmpty () const |
bool | insert (uint i, const T *d) |
void | inSort (const T *d) |
void | prepend (const T *d) |
void | append (const T *d) |
bool | remove (uint i) |
bool | remove (const T *d) |
bool | removeRef (const T *d) |
bool | removeFirst () |
bool | removeLast () |
T * | take (uint i) |
void | clear () |
void | sort () |
int | find (const T *d) const |
int | findRef (const T *d) const |
uint | contains (const T *d) const |
uint | containsRef (const T *d) const |
T * | at (uint i) const |
T * | getFirst () const |
T * | getLast () const |
void | setAutoDelete (bool enable) |
Private Attributes | |
SDict< T > * | m_owner |
internal wrapper class that redirects compareValues() to the dictionary
Definition at line 80 of file sortdict.h.
Definition at line 83 of file sortdict.h.
Definition at line 84 of file sortdict.h.
|
inlinevirtual |
Definition at line 90 of file sortdict.h.