|
kradio4
r778
|
#include <gui_list_helper.h>

Public Slots | |
| virtual void | slotOK ()=0 |
| virtual void | slotCancel ()=0 |
Signals | |
| void | sigDirtyChanged (bool dirty) |
Public Member Functions | |
| GUIListHelperQObjectBase () | |
| virtual | ~GUIListHelperQObjectBase () |
Protected Slots | |
| virtual void | slotUserSelection ()=0 |
Protected Member Functions | |
| void | emitSigDirtyChanged (bool d) |
Definition at line 34 of file gui_list_helper.h.
| virtual GUIListHelperQObjectBase::~GUIListHelperQObjectBase | ( | ) | [virtual] |
| void GUIListHelperQObjectBase::emitSigDirtyChanged | ( | bool | d | ) | [protected] |
Referenced by GUIListHelper< TLIST, TID >::setDirty().
| void GUIListHelperQObjectBase::sigDirtyChanged | ( | bool | dirty | ) | [signal] |
| virtual void GUIListHelperQObjectBase::slotCancel | ( | ) | [pure virtual, slot] |
Implemented in GUIListHelper< TLIST, TID >.
| virtual void GUIListHelperQObjectBase::slotOK | ( | ) | [pure virtual, slot] |
Implemented in GUIListHelper< TLIST, TID >.
| virtual void GUIListHelperQObjectBase::slotUserSelection | ( | ) | [protected, pure virtual, slot] |
Implemented in GUIListHelper< TLIST, TID >.
1.7.6.1