![]() |
Kactus2
Kactus2 reference guide
|
Console output for user messages. More...
#include <ConsoleMediator.h>
Public Member Functions | |
ConsoleMediator ()=default | |
The constructor. | |
~ConsoleMediator () final=default | |
The destructor. | |
void | showError (QString const &error) const final |
Show the given error to the user. | |
void | showFailure (QString const &error) const final |
Show the given failure message to the user. | |
void | showMessage (QString const &message) const final |
Show the given message to the user. | |
void | showStatusMessage (QString const &status) const final |
Show the given status to the user. | |
![]() | |
virtual | ~MessageMediator () |
The destructor. | |
Console output for user messages.
Definition at line 21 of file ConsoleMediator.h.
|
explicitdefault |
The constructor.
|
finaldefault |
The destructor.
|
finalvirtual |
Show the given error to the user.
Implements MessageMediator.
|
finalvirtual |
Show the given failure message to the user.
Implements MessageMediator.
|
finalvirtual |
Show the given message to the user.
Implements MessageMediator.
|
finalvirtual |
Show the given status to the user.
Implements MessageMediator.