GUIEvent Class Reference

#include <GUIEvent.h>

Inheritance diagram for GUIEvent:

GUIEvent_Message GUIEvent_SimulationEnded GUIEvent_SimulationLoaded GUIEvent_SimulationStep

Detailed Description

GUIEvent

Definition at line 73 of file GUIEvent.h.


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

Constructor & Destructor Documentation

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

destructor

Definition at line 81 of file GUIEvent.h.

00081 { }

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

constructor

Definition at line 85 of file GUIEvent.h.

00086             : myType(ownType) { }


Member Function Documentation

GUIEventType GUIEvent::getOwnType (  )  const [inline]

returns the event type

Definition at line 76 of file GUIEvent.h.

References myType.

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

00076                                     {
00077         return myType;
00078     }


Field Documentation

the type of the event

Definition at line 91 of file GUIEvent.h.

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


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

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