Public Member Functions | List of all members
AlphaIndexTableRows Class Reference
Inheritance diagram for AlphaIndexTableRows:
QList< AlphaIndexTableCell > QGList

Public Member Functions

 AlphaIndexTableRows ()
 
- Public Member Functions inherited from QList< AlphaIndexTableCell >
 QList ()
 
 QList (const QList< AlphaIndexTableCell > &l)
 
 ~QList ()
 
QList< AlphaIndexTableCell > & operator= (const QList< AlphaIndexTableCell > &l)
 
bool operator== (const QList< AlphaIndexTableCell > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const AlphaIndexTableCell *d)
 
void inSort (const AlphaIndexTableCell *d)
 
void prepend (const AlphaIndexTableCell *d)
 
void append (const AlphaIndexTableCell *d)
 
bool remove (uint i)
 
bool remove (const AlphaIndexTableCell *d)
 
bool removeRef (const AlphaIndexTableCell *d)
 
bool removeFirst ()
 
bool removeLast ()
 
AlphaIndexTableCelltake (uint i)
 
void clear ()
 
void sort ()
 
int find (const AlphaIndexTableCell *d) const
 
int findRef (const AlphaIndexTableCell *d) const
 
uint contains (const AlphaIndexTableCell *d) const
 
uint containsRef (const AlphaIndexTableCell *d) const
 
AlphaIndexTableCellat (uint i) const
 
AlphaIndexTableCellgetFirst () const
 
AlphaIndexTableCellgetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

Class representing a row in the alphabetical class index.

Definition at line 1719 of file index.cpp.

Constructor & Destructor Documentation

AlphaIndexTableRows::AlphaIndexTableRows ( )
inline

Definition at line 1722 of file index.cpp.

1722 { setAutoDelete(TRUE); }
void setAutoDelete(bool enable)
Definition: qlist.h:99
const bool TRUE
Definition: qglobal.h:371

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