#include <GuiButton.h>
Inheritance diagram for GuiButtonBase:

Public Member Functions | |
| GuiButtonBase () | |
| virtual | ~GuiButtonBase () |
Public Attributes | |
| SigC::Signal0< void > | pressed |
| SigC::Signal0< void > | released |
| SigC::Signal0< void > | clicked |
|
|
Definition at line 27 of file GuiButton.h. References GuiBase::SetName(). 00027 { SetName("GuiButtonBase"); }
|
|
|
Definition at line 28 of file GuiButton.h. 00028 {}
|
|
|
|
Definition at line 30 of file GuiButton.h. Referenced by build_table(), GuiCheckButton::Pressed(), GuiTextButton::Pressed(), and GuiPicButton::Pressed(). |
|
|
Definition at line 30 of file GuiButton.h. Referenced by build_table(), GuiCheckButton::Released(), GuiTextButton::Released(), and GuiPicButton::Released(). |
1.3.9.1