Shows the actions of the Manager via std::cout
More...
#include <GloManagerActionVisualiser.h>
Shows the actions of the Manager via std::cout
From this class can be derived to redirect the display e.g. into a window. The subclass can be passed to the using Manager via Manager::setActionVisualiser (...) or Server::setActionVisualiser (...)
- Copyright
- © 2010 Helmut Jakoby
- Author
- Helmut Jakoby
◆ ManagerActionVisualiser() [1/2]
glo::ManagerActionVisualiser::ManagerActionVisualiser |
( |
| ) |
|
◆ ~ManagerActionVisualiser()
virtual glo::ManagerActionVisualiser::~ManagerActionVisualiser |
( |
| ) |
|
|
virtual |
◆ ManagerActionVisualiser() [2/2]
The copy constructor is not available.
◆ operator=()
The assignment operator is not available.
◆ outputMsg()
virtual void glo::ManagerActionVisualiser::outputMsg |
( |
const std::string & | rstrOutput | ) |
const |
|
virtual |
Can be overwritten. Here the passed text is output via std::cout.
- Parameters
-
[in] | rstrOutput | The text to output. |
The documentation for this class was generated from the following file: