

Public Member Functions | |
| ProgressDisplayConsole () | |
| void | init (unsigned int nsteps, const char *txt) |
| void | increase (const char *) |
| bool | refresh () |
Definition at line 116 of file tjfeedback.h.
| void ProgressDisplayConsole::init | ( | unsigned int | nsteps, | |
| const char * | txt | |||
| ) | [virtual] |
Initializes the driver to display to expect 'nsteps' calls to 'increase()'. The message 'txt' will be displayed prior to the progress report.
Implements ProgressDisplayDriver.
| void ProgressDisplayConsole::increase | ( | const char * | ) | [virtual] |
Increments progress display. The message 'subj', if non-null, will be displayed.
Implements ProgressDisplayDriver.
| bool ProgressDisplayConsole::refresh | ( | ) | [inline, virtual] |
Refreshes display without increasing progress. Returns true if cancel is requested by the driver.
Implements ProgressDisplayDriver.
Definition at line 124 of file tjfeedback.h.
1.5.1