#include <IO/ProgressBar.hpp>
|
void | draw (std::string message="") const |
|
Definition at line 31 of file ProgressBar.hpp.
◆ ProgressBar()
ProgressBar::ProgressBar |
( |
int | tasks = 100, |
|
|
const std::string & | fill_done = "█", |
|
|
const std::string & | fill_do = "-", |
|
|
ProgressStyle | style = DefaultStyle ) |
|
inline |
◆ draw()
void ProgressBar::draw |
( |
std::string | message = "" | ) |
const |
|
private |
◆ numTasks()
int ProgressBar::numTasks |
( |
| ) |
const |
|
inline |
◆ step()
void ProgressBar::step |
( |
std::string | message = "" | ) |
|
◆ update()
void ProgressBar::update |
( |
int | curr, |
|
|
std::string | message = "" ) |
◆ curr
int ProgressBar::curr = 0 |
|
private |
◆ fill_do
std::string ProgressBar::fill_do = "-" |
|
private |
◆ fill_done
std::string ProgressBar::fill_done = "█" |
|
private |
◆ scaling
double ProgressBar::scaling |
|
private |
◆ style
◆ tasks
int ProgressBar::tasks = 100 |
|
private |
The documentation for this class was generated from the following files: