#include <gui_list_helper.h>
Public Member Functions | |
THelpData () | |
THelpData (TID _id, const QString &_descr, SORT_KEY _skey) | |
bool | operator> (const THelpData &d) |
bool | operator< (const THelpData &d) |
Public Attributes | |
TID | id |
QString | descr |
SORT_KEY | skey |
Definition at line 91 of file gui_list_helper.h.
GUIListHelper< TLIST, TID >::THelpData::THelpData | ( | ) | [inline] |
Definition at line 96 of file gui_list_helper.h.
GUIListHelper< TLIST, TID >::THelpData::THelpData | ( | TID | _id, | |
const QString & | _descr, | |||
SORT_KEY | _skey | |||
) | [inline] |
Definition at line 97 of file gui_list_helper.h.
bool GUIListHelper< TLIST, TID >::THelpData::operator< | ( | const THelpData & | d | ) | [inline] |
Definition at line 103 of file gui_list_helper.h.
References GUIListHelper< TLIST, TID >::THelpData::descr, GUIListHelper< TLIST, TID >::THelpData::id, GUIListHelper< TLIST, TID >::THelpData::skey, and GUIListHelper< TLIST, TID >::SORT_BY_ID.
bool GUIListHelper< TLIST, TID >::THelpData::operator> | ( | const THelpData & | d | ) | [inline] |
Definition at line 102 of file gui_list_helper.h.
References GUIListHelper< TLIST, TID >::THelpData::descr, GUIListHelper< TLIST, TID >::THelpData::id, GUIListHelper< TLIST, TID >::THelpData::skey, and GUIListHelper< TLIST, TID >::SORT_BY_ID.
QString GUIListHelper< TLIST, TID >::THelpData::descr |
Definition at line 93 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), and GUIListHelper< TLIST, TID >::THelpData::operator>().
TID GUIListHelper< TLIST, TID >::THelpData::id |
Definition at line 92 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), and GUIListHelper< TLIST, TID >::THelpData::operator>().
SORT_KEY GUIListHelper< TLIST, TID >::THelpData::skey |
Definition at line 94 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), and GUIListHelper< TLIST, TID >::THelpData::operator>().