![]() |
Eclipse 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 86 of file GUIEvent.h.
|
inlinevirtual |
destructor
Definition at line 94 of file GUIEvent.h.
|
inlineprotected |
constructor
Definition at line 98 of file GUIEvent.h.
|
inline |
returns the event type
Definition at line 89 of file GUIEvent.h.
References myType.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunDialog::onThreadEvent(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().
|
protected |
the type of the event
Definition at line 102 of file GUIEvent.h.
Referenced by getOwnType(), and GUIEvent_Message::GUIEvent_Message().