Public Member Functions | |
PG_Slider (PG_Widget *parent, const PG_Rect &r=PG_Rect::null, ScrollDirection direction=VERTICAL, int id=-1, const char *style="Slider") | |
~PG_Slider () | |
void | LoadThemeStyle (const char *widgettype) |
Load a specific themestyle. | |
void | RecalcPositions () |
Public Attributes | |
SignalSlide< long > | sigSlide |
SignalSlideEnd< long > | sigSlideEnd |
Protected Member Functions | |
bool | eventMouseButtonUp (const SDL_MouseButtonEvent *button) |
Overridable Eventhandler for a SDL_MouseButtonEvent message. |
|
|
|
|
|
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 PG_ScrollBar. |
|
Load a specific themestyle.
Reimplemented from PG_ScrollBar. |
|
Reimplemented from PG_ScrollBar. |
|
|
|
|