#include <ProgressBar.h>
Definition at line 20 of file ProgressBar.h.
◆ ProgressBar()
Freestyle::ProgressBar::ProgressBar |
( |
| ) |
|
|
inline |
◆ ~ProgressBar()
virtual Freestyle::ProgressBar::~ProgressBar |
( |
| ) |
|
|
inlinevirtual |
◆ getLabelText()
string Freestyle::ProgressBar::getLabelText |
( |
| ) |
const |
|
inline |
◆ getProgress()
unsigned int Freestyle::ProgressBar::getProgress |
( |
| ) |
const |
|
inline |
◆ getTotalSteps()
unsigned int Freestyle::ProgressBar::getTotalSteps |
( |
| ) |
const |
|
inline |
◆ reset()
virtual void Freestyle::ProgressBar::reset |
( |
| ) |
|
|
inlinevirtual |
◆ setLabelText()
virtual void Freestyle::ProgressBar::setLabelText |
( |
const string & |
s | ) |
|
|
inlinevirtual |
◆ setProgress()
virtual void Freestyle::ProgressBar::setProgress |
( |
unsigned |
i | ) |
|
|
inlinevirtual |
◆ setTotalSteps()
virtual void Freestyle::ProgressBar::setTotalSteps |
( |
unsigned |
n | ) |
|
|
inlinevirtual |
◆ _label
string Freestyle::ProgressBar::_label |
|
protected |
◆ _numtotalsteps
unsigned Freestyle::ProgressBar::_numtotalsteps |
|
protected |
◆ _progress
unsigned Freestyle::ProgressBar::_progress |
|
protected |
The documentation for this class was generated from the following file: