#include <gui_list_helper.h>
Public Member Functions | |
THelpData () | |
THelpData (TID _id, const QString &_descr, SORT_KEY _skey) | |
bool | operator> (const THelpData &d) const |
bool | operator< (const THelpData &d) const |
Public Attributes | |
TID | id |
QString | descr |
SORT_KEY | skey |
Definition at line 100 of file gui_list_helper.h.
GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::THelpData | ( | ) | [inline] |
Definition at line 105 of file gui_list_helper.h.
GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::THelpData | ( | TID | _id, | |
const QString & | _descr, | |||
SORT_KEY | _skey | |||
) | [inline] |
Definition at line 106 of file gui_list_helper.h.
bool GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator< | ( | const THelpData & | d | ) | const [inline] |
bool GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator> | ( | const THelpData & | d | ) | const [inline] |
QString GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::descr |
Definition at line 102 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator<(), GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator>(), and GUIListHelper< TLIST, TID >::setData().
TID GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::id |
Definition at line 101 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator<(), GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator>(), and GUIListHelper< TLIST, TID >::setData().
SORT_KEY GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::skey |
Definition at line 103 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator<(), and GUIListHelper< TLIST, TID >::GUIListHelper::THelpData::operator>().