#include <sdlslider.h>
Inheritance diagram for SDLSlider
Public Methods | |
SDLSlider (SDLWidget* parent, int id, SDL_Rect& r, int direction = SDL_SB_VERTICAL) | |
~SDLSlider () | |
void | LoadThemeStyle (const char* widgettype) |
Load a style from the theme definition. More... | |
Protected Methods | |
bool | eventMouseButtonUp (const SDL_MouseButtonEvent* button) |
Overridable Eventhandler for a SDL_MouseButtonEvent message. More... | |
Protected Attributes | |
bool | my_showButtons |
|
|
|
|
|
Load a style from the theme definition.
Reimplemented from SDLScrollBar. |
|
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 SDLScrollBar. |
|
Definition at line 32 of file sdlslider.h. |