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

Public Member Functions

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

Detailed Description

Class representing the columns in the alphabetical class index.

Definition at line 1734 of file index.cpp.

Constructor & Destructor Documentation

AlphaIndexTableColumns::AlphaIndexTableColumns ( )
inline

Definition at line 1737 of file index.cpp.

1737 { 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: