#include <ProgressBar.h>
Inheritance diagram for OglGui::ProgressBar:
Public Member Functions | |
ProgressBar (Window *parent, int x, int y, int width, int height, int borderType=BEV_ETCHED) | |
ProgressBar (Window *parent, int width, int height, int borderType=BEV_ETCHED) | |
void | SetProgress (float val) |
float | GetProgress () |
void | SetHorizontal (bool mode=true) |
void | SetColors (ULONG startCol=oglLIGHTGREY, ULONG endCol=oglDARKGREEN) |
void | ShowPercentage (bool mode=true) |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (int borderType) |
Private Attributes | |
float | mPercentage |
bool | mShowPercentage |
bool | mHorizontal |
ULONG | mStartColor |
ULONG | mEndColor |
Definition at line 11 of file ProgressBar.h.