#include <ProgressBar.hpp>
Definition at line 12 of file ProgressBar.hpp.
◆ ProgressBar() [1/2]
ComPWA::ProgressBar::ProgressBar |
( |
| ) |
|
◆ ProgressBar() [2/2]
ComPWA::ProgressBar::ProgressBar |
( |
std::size_t |
size, |
|
|
int |
update = 1 |
|
) |
| |
◆ ~ProgressBar()
ComPWA::ProgressBar::~ProgressBar |
( |
| ) |
|
◆ endTime()
time_t ComPWA::ProgressBar::endTime |
( |
| ) |
|
|
protected |
◆ next()
void ComPWA::ProgressBar::next |
( |
size_t |
increment = 1 | ) |
|
◆ timePassed()
double ComPWA::ProgressBar::timePassed |
( |
| ) |
|
|
protected |
◆ timeRemaining()
double ComPWA::ProgressBar::timeRemaining |
( |
| ) |
|
|
protected |
◆ update()
void ComPWA::ProgressBar::update |
( |
| ) |
|
|
protected |
◆ currentEvent
unsigned int ComPWA::ProgressBar::currentEvent |
|
protected |
◆ currentPercent
double ComPWA::ProgressBar::currentPercent |
|
protected |
◆ hasStarted
bool ComPWA::ProgressBar::hasStarted |
|
protected |
◆ lastUpdate
double ComPWA::ProgressBar::lastUpdate |
|
protected |
◆ numEvents
std::size_t ComPWA::ProgressBar::numEvents |
|
protected |
◆ startTime
time_t ComPWA::ProgressBar::startTime |
|
protected |
◆ updateInterval
int ComPWA::ProgressBar::updateInterval |
|
protected |
The documentation for this class was generated from the following files: