#include <ProgressDisplayOld.h>
Inheritance diagram for AppBase::DummyMultiProgressDisplay:

Public Member Functions | |
| void | pushTask (const ProgressTask &task) |
| create a new progress display for a task. | |
| void | popTask () |
| remove a task from the progress display | |
| void | setShortMessage (const std::string &msg) |
| change the message text of the current task | |
| void | setMessage (const std::string &msg) |
| change the message text of the current task | |
| void | setProgress (double progress) |
| set progress (affects this task and all tasks above it) | |
| void | increase () |
| increase progress by a substep. | |
| virtual void | updateProgressDisplay () |
| template method, to update the display | |
| virtual void | taskAdded () |
| template method, called when a task is added | |
| virtual void | taskRemove () |
| template method, called just before the task is removed | |
|
|
increase progress by a substep.
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 165 of file ProgressDisplayOld.h. |
|
|
remove a task from the progress display
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 161 of file ProgressDisplayOld.h. |
|
|
create a new progress display for a task. once the operation is finished int must popTask() the progress display.
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 160 of file ProgressDisplayOld.h. |
|
|
change the message text of the current task
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 163 of file ProgressDisplayOld.h. |
|
|
set progress (affects this task and all tasks above it)
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 164 of file ProgressDisplayOld.h. |
|
|
change the message text of the current task
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 162 of file ProgressDisplayOld.h. |
|
|
template method, called when a task is added
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 168 of file ProgressDisplayOld.h. |
|
|
template method, called just before the task is removed
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 169 of file ProgressDisplayOld.h. |
|
|
template method, to update the display should be provided by subclasses. Reimplemented from AppBase::MultiProgressDisplay. Definition at line 167 of file ProgressDisplayOld.h. |
1.3.9.1