#include <sdlprogressbar.h>
Inheritance diagram for SDLProgressBar
Public Methods | |
SDLProgressBar (SDLWidget* parent, SDL_Rect& r) | |
~SDLProgressBar () | |
void | SetProgress (double p) |
void | LoadThemeStyle (const char* widgettype) |
Load a style from the theme definition. More... | |
Protected Methods | |
void | eventDraw (SDL_Surface* surface, SDL_Rect* rect) |
Displays progress by taking a percentage and sizing the bar appropriately.
Definition at line 53 of file sdlprogressbar.h.
|
|
|
|
|
Load a style from the theme definition.
Reimplemented from SDLGradientWidget. |
|
|
|
Reimplemented from SDLGradientWidget. |