| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/consoleprogressbar.h>

Public Member Functions | |
| ConsoleProgressBar (void) | |
It shows the progress in percent and elapsed time on the console. It uses the VRS::Progress mechanism and serves as a visualization for it. To use it, create it once in the application and push it like this: VRS::ProgressBar::push(new VRS::ConsoleProgressBar()); Does not look very nice with nested progresses (the active one will overwrite other active ones).
| VRS::ConsoleProgressBar::ConsoleProgressBar | ( | void | ) |