Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/foxtools/MFXThreadEvent.h>
#include <utils/foxtools/MFXBaseObject.h>
#include <utils/foxtools/fxheader.h>
Go to the source code of this file.
Data Structures | |
class | GUIEvent |
Enumerations | |
enum class | GUIEventType { SIMULATION_LOADED , SIMULATION_STEP , MESSAGE_OCCURRED , WARNING_OCCURRED , ERROR_OCCURRED , DEBUG_OCCURRED , GLDEBUG_OCCURRED , STATUS_OCCURRED , ADD_VIEW , CLOSE_VIEW , SIMULATION_ENDED , OUTPUT_OCCURRED , TOOL_ENDED , END } |
Definition in file GUIEvent.h.
|
strong |
As events are distinguished by their number, here is the enumeration of our custom events
Definition at line 32 of file GUIEvent.h.