SUMO - Simulation of Urban MObility
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
virtual ~GUIEvent ()
 destructor

Protected Member Functions

 GUIEvent (GUIEventType ownType)
 constructor

Protected Attributes

GUIEventType myType
 the type of the event

Detailed Description

GUIEvent

Definition at line 74 of file GUIEvent.h.


Constructor & Destructor Documentation

virtual GUIEvent::~GUIEvent ( ) [inline, virtual]

destructor

Definition at line 82 of file GUIEvent.h.

GUIEvent::GUIEvent ( GUIEventType  ownType) [inline, protected]

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

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines