20 #ifndef GUIEvent_Message_h
21 #define GUIEvent_Message_h
The message is only something to show.
send when a message occured
GUIEventType myType
the type of the event
const std::string & getMsg() const
Returns the message.
~GUIEvent_Message()
destructor
std::string myMsg
The message.
send when a error occured
The message is a warning.
send when a warning occured
GUIEvent_Message(MsgHandler::MsgType type, const std::string &msg)
constructor