34 void draw(
float percentComplete);
53 ProgressBar(uint16_t width = 50, std::ostream& stream = std::cout);
58 std::unique_ptr<IMPL> pImpl_;
Class for displaying a progress bar.
Definition ProgressBar.hh:27
void complete()
Set the progress bar to 100%.
void clear()
Clear the progress bar line.
void draw(float percentComplete)
Redraw the progress bar with the specified percent complete.
ProgressBar(uint16_t width=50, std::ostream &stream=std::cout)
Construct a new ProgressBar.
Core IntroVirt classes.
Definition Cr0.hh:20