kradio4  r778
Public Member Functions | Public Attributes
GUIListHelper::THelpData Struct Reference

#include <gui_list_helper.h>

List of all members.

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

Constructor & Destructor Documentation

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.


Member Function Documentation

bool GUIListHelper::THelpData::operator< ( const THelpData d) const [inline]

Definition at line 129 of file gui_list_helper.h.

References id, and descr.

bool GUIListHelper::THelpData::operator> ( const THelpData d) const [inline]

Definition at line 128 of file gui_list_helper.h.

References id, and descr.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines