![]() |
SUMO - Simulation of Urban MObility
|
#include <GUIEvent.h>
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... | |
Definition at line 80 of file GUIEvent.h.
|
inlinevirtual |
destructor
Definition at line 88 of file GUIEvent.h.
|
inlineprotected |
constructor
Definition at line 92 of file GUIEvent.h.
|
inline |
returns the event type
Definition at line 83 of file GUIEvent.h.
References myType.
Referenced by GUIApplicationWindow::eventOccured(), GNEApplicationWindow::eventOccured(), GUIApplicationWindow::handleEvent_Message(), and GNEApplicationWindow::handleEvent_Message().
|
protected |
the type of the event
Definition at line 98 of file GUIEvent.h.
Referenced by getOwnType(), and GUIEvent_Message::GUIEvent_Message().