My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
NavIndexEntryList Class Reference
Inheritance diagram for NavIndexEntryList:

Public Member Functions

 NavIndexEntryList ()
 
 ~NavIndexEntryList ()
 

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.

: QList<NavIndexEntry>() { setAutoDelete(TRUE); }
NavIndexEntryList::~NavIndexEntryList ( )
inline

Definition at line 439 of file ftvhelp.cpp.

{}

Member Function Documentation

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

Definition at line 441 of file ftvhelp.cpp.

References NavIndexEntry::url.

{
// sort list based on url
return qstrcmp(item1->url,item2->url);
}

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