Definition at line 24 of file ProgressBar.h.
|
| ProgressBarImpl (const Message::SProxy &stream) |
|
void | init () |
|
void | cleanup () |
|
void | update (double ratio, bool backward) |
|
void | configUpdate (double ratio, bool backward) |
|
void | valueUpdate (double ratio, bool backward) |
|
std::string | makeBar (double ratio, bool backward) |
|
void | updateTextMesg (double ratio) |
|
|
double | value_ |
|
size_t | width_ |
|
bool | showPercent_ |
|
std::string | leftEnd_ |
|
std::string | rightEnd_ |
|
char | barChar_ |
|
char | nonBarChar_ |
|
std::string | prefix_ |
|
std::string | suffix_ |
|
double | lastUpdateTime_ |
|
Message::MesgProps | overridesAnsi_ |
|
Message::SProxy | stream_ |
|
size_t | nUpdates_ |
|
bool | shouldSpin_ |
|
Message::Mesg | textMesg_ |
|
Optional< int > | oldPercent_ |
|
|
static double | minUpdateInterval_ |
|
static double | initialDelay_ |
|
The documentation for this class was generated from the following file: