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