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 |
GUIListHelper::THelpData::THelpData | ( | ) | [inline] |
Definition at line 116 of file gui_list_helper.h.
GUIListHelper::THelpData::THelpData | ( | TID | _id, |
const QString & | _descr, | ||
SORT_KEY | _skey | ||
) | [inline] |
Definition at line 122 of file gui_list_helper.h.
bool GUIListHelper::THelpData::operator< | ( | const THelpData & | d | ) | const [inline] |
Definition at line 129 of file gui_list_helper.h.
bool GUIListHelper::THelpData::operator> | ( | const THelpData & | d | ) | const [inline] |
Definition at line 128 of file gui_list_helper.h.
QString GUIListHelper::THelpData::descr |
Definition at line 113 of file gui_list_helper.h.
Referenced by operator>(), operator<(), and GUIListHelper::setData().
Definition at line 112 of file gui_list_helper.h.
Referenced by operator>(), operator<(), and GUIListHelper::setData().
Definition at line 114 of file gui_list_helper.h.