SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/foxtools/FXThreadEvent.h>
#include <utils/foxtools/FXBaseObject.h>
#include <fx.h>
Go to the source code of this file.
Data Structures | |
class | GUIEvent |
Enumerations | |
enum | GUIEventType { EVENT_SIMULATION_LOADED, EVENT_SIMULATION_STEP, EVENT_MESSAGE_OCCURED, EVENT_WARNING_OCCURED, EVENT_ERROR_OCCURED, EVENT_SIMULATION_ENDED, EVENT_END } |
Definition in file GUIEvent.h.
enum GUIEventType |
As events are distinguished by their number, here is the enumeration of our custom events
Definition at line 42 of file GUIEvent.h.