AppBase::DummyMultiProgressDispaly Class Reference
#include <ProgressDisplayOld.h>
Inheritance diagram for AppBase::DummyMultiProgressDispaly:

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 | |
Member Function Documentation
|
|
increase progress by a substep.
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
remove a task from the progress display
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
create a new progress display for a task. once the operation is finished int must popTask() the progress display.
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
change the message text of the current task
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
set progress (affects this task and all tasks above it)
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
change the message text of the current task
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
template method, called when a task is added
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
template method, called just before the task is removed
Reimplemented from AppBase::MultiProgressDisplay. |
|
|
template method, to update the display should be provided by subclasses. Reimplemented from AppBase::MultiProgressDisplay. |
The documentation for this class was generated from the following file:
- hugin_base/appbase/ProgressDisplayOld.h
1.3.9.1