SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIEvent Class Reference

#include <GUIEvent.h>

Inheritance diagram for GUIEvent:
GUIEvent_Message GUIEvent_SimulationEnded GUIEvent_SimulationLoaded GUIEvent_SimulationStep

Public Member Functions

GUIEventType getOwnType () const
 returns the event type More...
 
virtual ~GUIEvent ()
 destructor More...
 

Protected Member Functions

 GUIEvent (GUIEventType ownType)
 constructor More...
 

Protected Attributes

GUIEventType myType
 the type of the event More...
 

Detailed Description

GUIEvent

Definition at line 74 of file GUIEvent.h.

Constructor & Destructor Documentation

virtual GUIEvent::~GUIEvent ( )
inlinevirtual

destructor

Definition at line 82 of file GUIEvent.h.

GUIEvent::GUIEvent ( GUIEventType  ownType)
inlineprotected

constructor

Definition at line 86 of file GUIEvent.h.

Member Function Documentation

GUIEventType GUIEvent::getOwnType ( ) const
inline

returns the event type

Definition at line 77 of file GUIEvent.h.

References myType.

Referenced by GUIApplicationWindow::eventOccured(), and GUIApplicationWindow::handleEvent_Message().

Field Documentation

GUIEventType GUIEvent::myType
protected

the type of the event

Definition at line 92 of file GUIEvent.h.

Referenced by getOwnType(), and GUIEvent_Message::GUIEvent_Message().


The documentation for this class was generated from the following file: