|
SUMO - Simulation of Urban MObility
|
#include <GUIEvent_SimulationStep.h>


Public Member Functions | |
| GUIEventType | getOwnType () const |
| returns the event type More... | |
| GUIEvent_SimulationStep () | |
| constructor More... | |
| ~GUIEvent_SimulationStep () | |
| destructor More... | |
Protected Attributes | |
| GUIEventType | myType |
| the type of the event More... | |
GUIEvent_SimulationStep Throw from GUIRunThread to GUIApplicationWindow and then further to all displays after a step has been performed
Definition at line 44 of file GUIEvent_SimulationStep.h.
|
inline |
constructor
Definition at line 47 of file GUIEvent_SimulationStep.h.
|
inline |
destructor
Definition at line 51 of file GUIEvent_SimulationStep.h.
|
inlineinherited |
returns the event type
Definition at line 81 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GNEApplicationWindow::eventOccured(), GUIApplicationWindow::eventOccured(), GNEApplicationWindow::handleEvent_Message(), and GUIApplicationWindow::handleEvent_Message().
|
protectedinherited |
the type of the event
Definition at line 96 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().