ISLEman
Public Member Functions | List of all members
SList< T > Class Template Reference

internal wrapper class that redirects compareValues() to the dictionary More...

#include <sortdict.h>

Inheritance diagram for SList< T >:
QList< T > QGList

Public Member Functions

 SList (SDict< T > *owner)
 
int compareValues (const T *item1, const T *item2) const
 
- Public Member Functions inherited from QList< T >
 QList (const QList< T > &l)
 
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)
 

Detailed Description

template<class T>
class SList< T >

internal wrapper class that redirects compareValues() to the dictionary


The documentation for this class was generated from the following file: