|
Public Member Functions |
| aedButton (aedButtonType type=ROUND) |
virtual void | render (void) |
virtual int | wm_update (Uint32 msdelta) |
virtual int | wm_lbuttondown (Uint16 x, Uint16 y) |
virtual int | wm_lbuttonup (Uint16 x, Uint16 y) |
virtual int | wm_keydown (aedKeyEvent &event) |
virtual int | wm_mouseenter () |
virtual int | wm_mouseleave () |
void | setCaption (const std::string &caption) |
void | setImage (aedImage image) |
bool | getButtonState (void) |
void | setButtonState (bool s) |
void | setButtonType (aedButtonType type) |
void | setToggleMode (bool mode) |
void | click () |
Protected Attributes |
bool | m_ButtonDown |
bool | m_ToggleMode |
aedButtonType | m_ButtonType |
aedImage * | m_Image |
aedStaticText | m_Label |