This class writes the progress to the console window. More...
#include <Sequencer.h>
Public Member Functions | |
ConsoleSequencer () | |
construction | |
~ConsoleSequencer () | |
Destruction. | |
Protected Member Functions | |
void | nextStep (bool canAbort) |
Writes the current progress to the console window. | |
void | startStep () |
Starts the sequencer. |
This class writes the progress to the console window.
Definition at line 261 of file Sequencer.h.
ConsoleSequencer::ConsoleSequencer | ( | ) |
construction
Definition at line 230 of file Sequencer.cpp.
ConsoleSequencer::~ConsoleSequencer | ( | ) |
Destruction.
Definition at line 234 of file Sequencer.cpp.
void ConsoleSequencer::nextStep | ( | bool | canAbort | ) | [protected, virtual] |
Writes the current progress to the console window.
Reimplemented from Base::SequencerBase.
Definition at line 247 of file Sequencer.cpp.
References Base::SequencerBase::nTotalSteps, and Base::SequencerBase::progressInPercent().
void ConsoleSequencer::startStep | ( | ) | [protected, virtual] |
Starts the sequencer.
Reimplemented from Base::SequencerBase.
Definition at line 243 of file Sequencer.cpp.