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) |
| |
◆ ProgressBarImpl()
◆ ~ProgressBarImpl()
| Sawyer::ProgressBarImpl::~ProgressBarImpl |
( |
| ) |
|
|
inline |
◆ value_
| double Sawyer::ProgressBarImpl::value_ |
◆ width_
| size_t Sawyer::ProgressBarImpl::width_ |
◆ showPercent_
| bool Sawyer::ProgressBarImpl::showPercent_ |
◆ leftEnd_
| std::string Sawyer::ProgressBarImpl::leftEnd_ |
◆ rightEnd_
| std::string Sawyer::ProgressBarImpl::rightEnd_ |
◆ barChar_
| char Sawyer::ProgressBarImpl::barChar_ |
◆ nonBarChar_
| char Sawyer::ProgressBarImpl::nonBarChar_ |
◆ prefix_
| std::string Sawyer::ProgressBarImpl::prefix_ |
◆ suffix_
| std::string Sawyer::ProgressBarImpl::suffix_ |
◆ minUpdateInterval_
| double Sawyer::ProgressBarImpl::minUpdateInterval_ |
|
static |
◆ initialDelay_
| double Sawyer::ProgressBarImpl::initialDelay_ |
|
static |
◆ lastUpdateTime_
| double Sawyer::ProgressBarImpl::lastUpdateTime_ |
◆ overridesAnsi_
◆ stream_
◆ nUpdates_
| size_t Sawyer::ProgressBarImpl::nUpdates_ |
◆ shouldSpin_
| bool Sawyer::ProgressBarImpl::shouldSpin_ |
◆ textMesg_
◆ oldPercent_
| Optional<int> Sawyer::ProgressBarImpl::oldPercent_ |
The documentation for this class was generated from the following file: