Class ProgressBar¶
Defined in File progress_bar.h
Class Documentation¶
-
class ProgressBar¶
Public Functions
-
ProgressBar(int total)¶
-
inline void SetWidth(int bar_width)¶
-
inline void SetMaxUpdateFreq(double max_update_freq)¶
-
inline void SetLeave(bool leave)¶
-
void SetDescription(const std::string &description)¶
-
void Update()¶
-
void Update(int value)¶
-
void Redraw()¶
-
void Finish()¶
-
bool IsDone() const¶
-
void Reset()¶
-
~ProgressBar()¶
Public Static Functions
-
static inline std::vector<ProgressBar*> GetProgressBars()¶
-
ProgressBar(int total)¶