GUIEvent.h File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Sept 2002
Version:
Id
GUIEvent.h 8236 2010-02-10 11:16:41Z behrisch

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
}


Enumeration Type Documentation

As events are distinguished by their number, here is the enumeration of our custom events

Enumerator:
EVENT_SIMULATION_LOADED  send when a simulation has been loaded
EVENT_SIMULATION_STEP  send when a simulation step has been performed
EVENT_MESSAGE_OCCURED  send when a message occured
EVENT_WARNING_OCCURED  send when a warning occured
EVENT_ERROR_OCCURED  send when a error occured
EVENT_SIMULATION_ENDED  Send when the simulation is over; The reason and the time step are stored within the event.
EVENT_END  End of events list; use this to define new.

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 };


Generated on Wed May 5 00:06:37 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6