Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
NullChannel Class Reference

Null output for user messages. More...

#include <NullChannel.h>

Inheritance diagram for NullChannel:
MessageMediator

Public Member Functions

 NullChannel ()=default
 The constructor.
 
 ~NullChannel () 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.
 
- Public Member Functions inherited from MessageMediator
virtual ~MessageMediator ()
 The destructor.
 

Detailed Description

Null output for user messages.

Definition at line 20 of file NullChannel.h.

Constructor & Destructor Documentation

◆ NullChannel()

NullChannel::NullChannel ( )
explicitdefault

The constructor.

◆ ~NullChannel()

NullChannel::~NullChannel ( )
finaldefault

The destructor.

Member Function Documentation

◆ showError()

void NullChannel::showError ( QString const & error) const
finalvirtual

Show the given error to the user.

Implements MessageMediator.

◆ showFailure()

void NullChannel::showFailure ( QString const & error) const
finalvirtual

Show the given failure message to the user.

Implements MessageMediator.

◆ showMessage()

void NullChannel::showMessage ( QString const & message) const
finalvirtual

Show the given message to the user.

Implements MessageMediator.

◆ showStatusMessage()

void NullChannel::showStatusMessage ( QString const & status) const
finalvirtual

Show the given status to the user.

Implements MessageMediator.


The documentation for this class was generated from the following file: