![]() |
Kactus2
Kactus2 reference guide
|
Interface for outputting messages to the user. More...
#include <MessageMediator.h>
Public Member Functions | |
virtual | ~MessageMediator () |
The destructor. | |
virtual void | showError (QString const &error) const =0 |
Show the given error to the user. | |
virtual void | showFailure (QString const &error) const =0 |
Show the given failure message to the user. | |
virtual void | showMessage (QString const &message) const =0 |
Show the given message to the user. | |
virtual void | showStatusMessage (QString const &status) const =0 |
Show the given status to the user. | |
Interface for outputting messages to the user.
Definition at line 20 of file MessageMediator.h.
|
inlinevirtual |
The destructor.
Definition at line 25 of file MessageMediator.h.
|
pure virtual |
Show the given error to the user.
Implemented in ConsoleMediator, and NullChannel.
|
pure virtual |
Show the given failure message to the user.
Implemented in ConsoleMediator, and NullChannel.
|
pure virtual |
Show the given message to the user.
Implemented in ConsoleMediator, and NullChannel.
|
pure virtual |
Show the given status to the user.
Implemented in ConsoleMediator, and NullChannel.