Public Methods |
| SDLButtonGroup (SDLWidget* parent, int id, SDL_Rect& r, int x, int y, int d=1) |
| ~SDLButtonGroup () |
void | Activate (int x, int y, int d=0) |
void | Deactivate (int x, int y, int d=0) |
void | Show () |
void | SwitchTo (int d) |
void | BlendTo (int d) |
void | SetText (int x, int y, int d, char* text) |
SDLButton* | GetButton (int x, int y, int d) |
virtual bool | OnButton (int x, int y, int d, SDLWidget* widget) |
Protected Methods |
int | GetIndex (int x, int y, int d) |
bool | eventButtonClick (int id, SDLWidget* widget) |
| Event Handler. More...
|
An array of SDLButtons with functions to tie them together in various ways. FIXME: what is this used for?