List of all members.
Detailed Description
Shows progress of operations for visual feedback.
- Note:
- Can show percentage or text.
Constructor & Destructor Documentation
| ProgressBar::ProgressBar |
( |
const std::string & |
name, |
|
|
int |
minWidth = 16, |
|
|
int |
minHeight = 16 | |
|
) |
| | |
Member Function Documentation
| void ProgressBar::drawPlain |
( |
|
) |
[private, virtual] |
| void ProgressBar::drawSkin |
( |
|
) |
[private, virtual] |
| void ProgressBar::logic |
( |
|
) |
[private, virtual] |
| void ProgressBar::setBarColor |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b | |
|
) |
| | |
| void ProgressBar::setProgress |
( |
double |
progress |
) |
|
Sets/updates the progress value.
- Note:
- Needs to be a double.
| void ProgressBar::showPercent |
( |
bool |
toggle |
) |
|
Sets the ProgressBar to display a percentage text.
- Parameters:
-
Member Data Documentation
Width of the progress bar.
The documentation for this class was generated from the following files: