#include <GuiMenu.h>
Public Member Functions | |
| GuiMenuEntry () | |
| virtual | ~GuiMenuEntry () |
| void | Connect (SigC::Slot0< void > s) |
| void | Trigger () |
| void | SetEntry (TGMenuEntry *tgme) |
| TGMenuEntry * | GetEntry () |
Private Attributes | |
| TGMenuEntry * | fMenuEntry |
| SigC::Signal0< void > | fSig |
|
|
Definition at line 36 of file GuiMenu.h. References fMenuEntry. 00036 : fMenuEntry(0) {}
|
|
|
Definition at line 37 of file GuiMenu.h. 00037 { }
|
|
|
Definition at line 38 of file GuiMenu.h. Referenced by GuiMenu::Insert(). 00038 { fSig.connect(s); }
|
|
|
Definition at line 41 of file GuiMenu.h. 00041 { return fMenuEntry; }
|
|
|
Definition at line 40 of file GuiMenu.h. References fMenuEntry. Referenced by GuiMenu::Insert(). 00040 { fMenuEntry = tgme; }
|
|
|
Definition at line 39 of file GuiMenu.h. References fSig. Referenced by GuiMenu::Activated(). 00039 { fSig.emit(); }
|
|
|
Definition at line 33 of file GuiMenu.h. Referenced by GuiMenuEntry(), and SetEntry(). |
|
|
|
1.3.9.1