Definition in file GUIEvent.h.
#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 } |
| enum GUIEventType |
As events are distinguished by their number, here is the enumeration of our custom events
Definition at line 41 of file GUIEvent.h.
00041 { 00043 EVENT_SIMULATION_LOADED, 00044 00046 EVENT_SIMULATION_STEP, 00047 00049 EVENT_MESSAGE_OCCURED, 00050 00052 EVENT_WARNING_OCCURED, 00053 00055 EVENT_ERROR_OCCURED, 00056 00059 EVENT_SIMULATION_ENDED, 00060 00062 EVENT_END 00063 };
1.5.6