Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIEvent_Message.h>
Public Member Functions | |
const std::string & | getMsg () const |
Returns the message. | |
GUIEventType | getOwnType () const |
returns the event type | |
GUIEvent_Message (const std::string &msg) | |
constructor | |
GUIEvent_Message (GUIEventType type, const std::string &msg) | |
GUIEvent_Message (MsgHandler::MsgType type, const std::string &msg) | |
constructor | |
~GUIEvent_Message () | |
destructor | |
Protected Attributes | |
std::string | myMsg |
The message. | |
GUIEventType | myType |
the type of the event | |
GUIEvent_Message Throw from GUIRunThread to GUIApplicationWindow and then further to all displays after a step has been performed
Definition at line 36 of file GUIEvent_Message.h.
|
inline |
constructor
Definition at line 39 of file GUIEvent_Message.h.
|
inline |
Definition at line 43 of file GUIEvent_Message.h.
|
inline |
constructor
Definition at line 47 of file GUIEvent_Message.h.
References DEBUG_OCCURRED, ERROR_OCCURRED, GLDEBUG_OCCURRED, MESSAGE_OCCURRED, MsgHandler::MT_DEBUG, MsgHandler::MT_ERROR, MsgHandler::MT_GLDEBUG, MsgHandler::MT_MESSAGE, MsgHandler::MT_WARNING, GUIEvent::myType, and WARNING_OCCURRED.
|
inline |
destructor
Definition at line 71 of file GUIEvent_Message.h.
|
inline |
Returns the message.
Definition at line 74 of file GUIEvent_Message.h.
References myMsg.
Referenced by GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().
|
inlineinherited |
returns the event type
Definition at line 89 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().
|
protected |
|
protectedinherited |
the type of the event
Definition at line 102 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message().