 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef GUIEvent_Message_h
17 #define GUIEvent_Message_h
@ MT_ERROR
The message is an error.
@ EVENT_MESSAGE_OCCURRED
send when a message occured
@ MT_MESSAGE
The message is only something to show.
@ MT_WARNING
The message is a warning.
const std::string & getMsg() const
Returns the message.
@ EVENT_STATUS_OCCURRED
send when a status change occured
@ EVENT_DEBUG_OCCURRED
send when a debug occured
@ EVENT_WARNING_OCCURRED
send when a warning occured
@ EVENT_GLDEBUG_OCCURRED
send when a gldebug occured
@ EVENT_ERROR_OCCURRED
send when a error occured
~GUIEvent_Message()
destructor
@ MT_DEBUG
The message is an debug.
std::string myMsg
The message.
GUIEventType myType
the type of the event
@ MT_GLDEBUG
The message is an debug.
GUIEvent_Message(MsgHandler::MsgType type, const std::string &msg)
constructor
GUIEvent_Message(const std::string &msg)
constructor