#include <ProgressDisplay.h>
Public Member Functions | |
| ProgressSubtask () | |
| ProgressSubtask (const std::string &message, const double &maxProgress, const double &progressForParentTask, const bool &propagatesProgress) | |
| bool | measuresProgress () |
Public Attributes | |
| std::string | message |
| double | maxProgress |
| double | progressForParentTask |
| bool | propagatesProgress |
| double | progress |
|
|
Definition at line 68 of file ProgressDisplay.h. |
|
||||||||||||||||||||
|
Definition at line 71 of file ProgressDisplay.h. |
|
|
Definition at line 83 of file ProgressDisplay.h. Referenced by AppBase::StreamProgressDisplay::updateProgressDisplay(). |
|
|
Definition at line 57 of file ProgressDisplay.h. Referenced by AppBase::ProgressDisplay::getSubtaskMaxProgress(), and AppBase::ProgressDisplay::propagateProgress(). |
|
|
Definition at line 55 of file ProgressDisplay.h. Referenced by AppBase::ProgressDisplay::getSubtaskMessage(), AppBase::ProgressDisplay::setSubtaskMessage(), and AppBase::StreamProgressDisplay::updateProgressDisplay(). |
|
|
Definition at line 63 of file ProgressDisplay.h. Referenced by AppBase::ProgressDisplay::finishSubtask(), AppBase::ProgressDisplay::getSubtaskProgress(), AppBase::ProgressDisplay::propagateProgress(), and AppBase::ProgressDisplay::updateSubtaskProgress(). |
|
|
Definition at line 59 of file ProgressDisplay.h. Referenced by AppBase::ProgressDisplay::finishSubtask(), and AppBase::ProgressDisplay::propagateProgress(). |
|
|
Definition at line 61 of file ProgressDisplay.h. |
1.3.9.1