19 #ifndef GUIEvent_Message_h 20 #define GUIEvent_Message_h The message is only something to show.
GUIEvent_Message(const std::string &msg)
constructor
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
send when a status change occured