#include <sdlcheckbutton.h>
Inheritance diagram for SDLCheckButton
Public Methods | |
SDLCheckButton (SDLWidget* parent, int id, SDL_Rect& r, char* text) | |
~SDLCheckButton () | |
void | SetUnpressed () |
Protected Methods | |
bool | eventMouseButtonUp (const SDL_MouseButtonEvent* my_widgetButton) |
Overridable Eventhandler for a SDL_MouseButtonEvent message. More... | |
bool | eventButtonClick (int id, SDLWidget* widget) |
Definition at line 48 of file sdlcheckbutton.h.
|
|
|
|
|
|
|
Reimplemented from SDLRadioButton. |
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is released. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from SDLRadioButton. |