List of all members.
Detailed Description
The generalization of something (e.g. a computation) where the steps must be done in sequence, i.e. not parallely.
Constructor & Destructor Documentation
| SequentialTask::SequentialTask |
( |
const char * |
nm = 0 |
) |
[inline] |
| virtual SequentialTask::~SequentialTask |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual int SequentialTask::doStep |
( |
|
) |
[virtual] |
- Return values:
-
- Note:
- if function returns a value greater than cMoreToDo(), it should be interpreted as cMoreToDo().
Reimplemented in Executor.
| static int SequentialTask::ErrorOccurred |
( |
|
) |
[inline, static] |
| bool SequentialTask::execute |
( |
|
) |
[virtual] |
| static int SequentialTask::Finished |
( |
|
) |
[inline, static] |
| static int SequentialTask::MoreToDo |
( |
|
) |
[inline, static] |
| virtual int SequentialTask::nextStep |
( |
|
) |
[protected, pure virtual] |
- Return values:
-
- Note:
- if function returns a value greater than cMoreToDo(), it should be interpreted as cMoreToDo().
Implemented in ExecutorGroup.
| void SequentialTask::setProgressMeter |
( |
ProgressMeter * |
|
) |
[virtual] |
| static int SequentialTask::WarningAvailable |
( |
|
) |
[inline, static] |
Member Data Documentation