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

Public Member Functions | |
| MultiProgressDisplayAdaptor (ProgressDisplay &myProgressDisplay) | |
| virtual | ~MultiProgressDisplayAdaptor () |
Static Public Member Functions | |
| MultiProgressDisplay * | newMultiProgressDisplay (ProgressDisplay *myProgressDisplay) |
Protected Member Functions | |
| void | taskAdded () |
| template method, called when a task is added | |
| void | taskRemove () |
| template method, called just before the task is removed | |
| void | updateProgressDisplay () |
| template method, to update the display | |
Protected Attributes | |
| ProgressDisplay & | o_progressDisplay |
|
|
Definition at line 133 of file ProgressDisplayOld.cpp. Referenced by newMultiProgressDisplay(). |
|
|
Definition at line 184 of file ProgressDisplayOld.h. |
|
|
Definition at line 138 of file ProgressDisplayOld.cpp. References MultiProgressDisplayAdaptor(). |
|
|
template method, called when a task is added
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 148 of file ProgressDisplayOld.cpp. References o_progressDisplay, AppBase::ProgressDisplay::setParentProgressOfNewSubtasks(), and AppBase::ProgressDisplay::startSubtask(). |
|
|
template method, called just before the task is removed
Reimplemented from AppBase::MultiProgressDisplay. Definition at line 158 of file ProgressDisplayOld.cpp. References AppBase::ProgressDisplay::finishSubtask(), and o_progressDisplay. |
|
|
template method, to update the display should be provided by subclasses. Reimplemented from AppBase::MultiProgressDisplay. Definition at line 164 of file ProgressDisplayOld.cpp. References DEBUG_INFO, o_progressDisplay, AppBase::ProgressDisplay::setSubtaskMessage(), and AppBase::ProgressDisplay::updateSubtaskProgress(). |
|
|
Definition at line 202 of file ProgressDisplayOld.h. Referenced by taskAdded(), taskRemove(), and updateProgressDisplay(). |
1.3.9.1