kradio4  r778
Public Member Functions | Public Attributes | List of all members
GUIListHelper< TLIST, TID >::THelpData Struct Reference

#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
 

Detailed Description

template<class TLIST, class TID>
struct GUIListHelper< TLIST, TID >::THelpData

Definition at line 111 of file gui_list_helper.h.

Constructor & Destructor Documentation

template<class TLIST , class TID >
GUIListHelper< TLIST, TID >::THelpData::THelpData ( )
inline

Definition at line 116 of file gui_list_helper.h.

template<class TLIST , class TID >
GUIListHelper< TLIST, TID >::THelpData::THelpData ( TID  _id,
const QString &  _descr,
SORT_KEY  _skey 
)
inline

Definition at line 122 of file gui_list_helper.h.

Member Function Documentation

template<class TLIST , class TID >
bool GUIListHelper< TLIST, TID >::THelpData::operator< ( const THelpData d) const
inline
template<class TLIST , class TID >
bool GUIListHelper< TLIST, TID >::THelpData::operator> ( const THelpData d) const
inline

Member Data Documentation

template<class TLIST , class TID >
QString GUIListHelper< TLIST, TID >::THelpData::descr
template<class TLIST , class TID >
TID GUIListHelper< TLIST, TID >::THelpData::id
template<class TLIST , class TID >
SORT_KEY GUIListHelper< TLIST, TID >::THelpData::skey

Definition at line 114 of file gui_list_helper.h.


The documentation for this struct was generated from the following file: