![]() |
Sayonara Player
|
The GlobalMessageReceiverInterface class
implement this class in order to have the possibility to show messages.
More...
#include <MessageReceiverInterface.h>
Public Member Functions | |
MessageReceiverInterface (const QString &name) | |
QString | name () const |
virtual Message::Answer | questionReceived (const QString &info, const QString &sender_name=QString(), Message::QuestionType type=Message::QuestionType::YesNo)=0 |
virtual Message::Answer | infoReceived (const QString &info, const QString &sender_name=QString())=0 |
virtual Message::Answer | warningReceived (const QString &warning, const QString &sender_name=QString())=0 |
virtual Message::Answer | errorReceived (const QString &error, const QString &sender_name=QString())=0 |
The GlobalMessageReceiverInterface class
implement this class in order to have the possibility to show messages.