Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIEvent_SimulationStep.h>
Public Member Functions | |
GUIEventType | getOwnType () const |
returns the event type | |
GUIEvent_SimulationStep () | |
constructor | |
~GUIEvent_SimulationStep () | |
destructor | |
Protected Attributes | |
GUIEventType | myType |
the type of the event | |
GUIEvent_SimulationStep Throw from GUIRunThread to GUIApplicationWindow and then further to all displays after a step has been performed
Definition at line 34 of file GUIEvent_SimulationStep.h.
|
inline |
constructor
Definition at line 37 of file GUIEvent_SimulationStep.h.
|
inline |
destructor
Definition at line 41 of file GUIEvent_SimulationStep.h.
|
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().
|
protectedinherited |
the type of the event
Definition at line 102 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().