@ EVENT_GLDEBUG_OCCURRED
send when a gldebug occured
@ EVENT_ERROR_OCCURRED
send when a error occured
@ EVENT_STATUS_OCCURRED
send when a status change occured
@ EVENT_DEBUG_OCCURRED
send when a debug occured
@ EVENT_MESSAGE_OCCURRED
send when a message occured
@ EVENT_WARNING_OCCURRED
send when a warning occured
GUIEvent_Message(MsgHandler::MsgType type, const std::string &msg)
constructor
std::string myMsg
The message.
GUIEvent_Message(const std::string &msg)
constructor
const std::string & getMsg() const
Returns the message.
~GUIEvent_Message()
destructor
GUIEventType myType
the type of the event
@ MT_MESSAGE
The message is only something to show.
@ MT_DEBUG
The message is an debug.
@ MT_WARNING
The message is a warning.
@ MT_GLDEBUG
The message is an debug.
@ MT_ERROR
The message is an error.