#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 >::THelpData::THelpData | ( | ) | [inline] |
Definition at line 105 of file gui_list_helper.h.
| GUIListHelper< TLIST, TID >::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 >::THelpData::operator< | ( | const THelpData & | d | ) | const [inline] |
Definition at line 112 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 | ) | const [inline] |
Definition at line 111 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 102 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), GUIListHelper< TLIST, TID >::THelpData::operator>(), and GUIListHelper< TLIST, TID >::setData().
| TID GUIListHelper< TLIST, TID >::THelpData::id |
Definition at line 101 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), GUIListHelper< TLIST, TID >::THelpData::operator>(), and GUIListHelper< TLIST, TID >::setData().
| SORT_KEY GUIListHelper< TLIST, TID >::THelpData::skey |
Definition at line 103 of file gui_list_helper.h.
Referenced by GUIListHelper< TLIST, TID >::THelpData::operator<(), and GUIListHelper< TLIST, TID >::THelpData::operator>().
1.5.7.1