kradio4
r778
|
#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 111 of file gui_list_helper.h.
|
inline |
Definition at line 116 of file gui_list_helper.h.
|
inline |
Definition at line 122 of file gui_list_helper.h.
|
inline |
Definition at line 129 of file gui_list_helper.h.
References GUIListHelper< TLIST, TID >::THelpData::descr, and GUIListHelper< TLIST, TID >::THelpData::id.
|
inline |
Definition at line 128 of file gui_list_helper.h.
References GUIListHelper< TLIST, TID >::THelpData::descr, and GUIListHelper< TLIST, TID >::THelpData::id.
QString GUIListHelper< TLIST, TID >::THelpData::descr |
Definition at line 113 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 112 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 114 of file gui_list_helper.h.