AppBase::ProgressTask Struct Reference
desribes a subprogess task A progress task describes one operation
More...
#include <ProgressDisplayOld.h>
List of all members.
Detailed Description
desribes a subprogess task A progress task describes one operation
it consists of a one or two word heading, shortMessage and a longer description, message.
Progress can be set directly, or with substeps, subStepProgress
nSteps * subStepProgress = 100%. The progress is also increased by a subStep, if a lower operation completes.
Constructor & Destructor Documentation
| AppBase::ProgressTask::ProgressTask |
( |
std::string |
shortMessage, |
|
|
std::string |
message, |
|
|
double |
subStepProgress, |
|
|
double |
progress = 0 |
|
) |
|
|
| AppBase::ProgressTask::ProgressTask |
( |
std::string |
shortMessage, |
|
|
std::string |
message |
|
) |
|
|
|
|
create a progress task without a progress percentage display
|
Member Function Documentation
| const std::string& AppBase::ProgressTask::getMessage |
( |
|
) |
[inline] |
|
| double AppBase::ProgressTask::getProgress |
( |
|
) |
[inline] |
|
| const std::string& AppBase::ProgressTask::getShortMessage |
( |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this struct was generated from the following files: