Public Member Functions | Private Member Functions | List of all members
NavIndexEntryList Class Reference
Inheritance diagram for NavIndexEntryList:
QList< NavIndexEntry > QGList

Public Member Functions

 NavIndexEntryList ()
 
 ~NavIndexEntryList ()
 
- Public Member Functions inherited from QList< NavIndexEntry >
 QList ()
 
 QList (const QList< NavIndexEntry > &l)
 
 ~QList ()
 
QList< NavIndexEntry > & operator= (const QList< NavIndexEntry > &l)
 
bool operator== (const QList< NavIndexEntry > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const NavIndexEntry *d)
 
void inSort (const NavIndexEntry *d)
 
void prepend (const NavIndexEntry *d)
 
void append (const NavIndexEntry *d)
 
bool remove (uint i)
 
bool remove (const NavIndexEntry *d)
 
bool removeRef (const NavIndexEntry *d)
 
bool removeFirst ()
 
bool removeLast ()
 
NavIndexEntrytake (uint i)
 
void clear ()
 
void sort ()
 
int find (const NavIndexEntry *d) const
 
int findRef (const NavIndexEntry *d) const
 
uint contains (const NavIndexEntry *d) const
 
uint containsRef (const NavIndexEntry *d) const
 
NavIndexEntryat (uint i) const
 
NavIndexEntrygetFirst () const
 
NavIndexEntrygetLast () const
 
void setAutoDelete (bool enable)
 

Private Member Functions

int compareValues (const NavIndexEntry *item1, const NavIndexEntry *item2) const
 

Detailed Description

Definition at line 435 of file ftvhelp.cpp.

Constructor & Destructor Documentation

NavIndexEntryList::NavIndexEntryList ( )
inline

Definition at line 438 of file ftvhelp.cpp.

void setAutoDelete(bool enable)
Definition: qlist.h:99
const bool TRUE
Definition: qglobal.h:371
NavIndexEntryList::~NavIndexEntryList ( )
inline

Definition at line 439 of file ftvhelp.cpp.

439 {}

Member Function Documentation

int NavIndexEntryList::compareValues ( const NavIndexEntry item1,
const NavIndexEntry item2 
) const
inlineprivatevirtual

Reimplemented from QList< NavIndexEntry >.

Definition at line 441 of file ftvhelp.cpp.

442  {
443  // sort list based on url
444  return qstrcmp(item1->url,item2->url);
445  }
QCString url
Definition: ftvhelp.cpp:431
Q_EXPORT int qstrcmp(const char *str1, const char *str2)
Definition: qcstring.h:95

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