ISLEman
Public Member Functions | List of all members
SortedRefItems Class Reference

List of items sorted by title. More...

#include <reflist.h>

Inheritance diagram for SortedRefItems:
SDict< RefItem >

Public Member Functions

 SortedRefItems (int size=17)
 
- Public Member Functions inherited from SDict< RefItem >
 SDict (int size=17, bool caseSensitive=TRUE)
 
virtual ~SDict ()
 
void append (const char *key, const RefItem *d)
 
void prepend (const char *key, const RefItem *d)
 
bool remove (const char *key)
 
RefItemtake (const char *key)
 
void sort ()
 
void inSort (const char *key, const RefItem *d)
 
void insertAt (int i, const char *key, const RefItem *d)
 
void setAutoDelete (bool val)
 
RefItemfind (const char *key)
 
RefItemfind (const QCString &key)
 
RefItemfind (const QString &key)
 
int findAt (const QCString &key)
 
RefItemoperator[] (const char *key) const
 
RefItemat (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

List of items sorted by title.


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