SUMO - Simulation of Urban MObility
|
#include <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 |
Definition at line 74 of file GUIEvent.h.
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.
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().
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().