Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEEvent_NetworkLoaded.h>
Public Member Functions | |
GUIEventType | getOwnType () const |
returns the event type | |
GNEEvent_NetworkLoaded (GNENet *_net, const std::string &_file, const std::string &_settingsFile, const bool _viewportFromRegistry) | |
constructor | |
~GNEEvent_NetworkLoaded () | |
destructor | |
Data Fields | |
const std::string | file |
the name of the loaded file | |
GNENet * | net |
the loaded net | |
const std::string | settingsFile |
the name of the settings file to load | |
const bool | viewportFromRegistry |
whether loading viewport from registry | |
Protected Attributes | |
GUIEventType | myType |
the type of the event | |
Throw to GUIApplicationWindow from GUILoadThread after a simulation has been loaded or the loading process failed
Definition at line 41 of file GNEEvent_NetworkLoaded.h.
|
inline |
constructor
Definition at line 44 of file GNEEvent_NetworkLoaded.h.
|
inline |
destructor
Definition at line 53 of file GNEEvent_NetworkLoaded.h.
|
inlineinherited |
returns the event type
Definition at line 89 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().
const std::string GNEEvent_NetworkLoaded::file |
the name of the loaded file
Definition at line 59 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
|
protectedinherited |
the type of the event
Definition at line 102 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().
GNENet* GNEEvent_NetworkLoaded::net |
the loaded net
Definition at line 56 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
const std::string GNEEvent_NetworkLoaded::settingsFile |
the name of the settings file to load
Definition at line 62 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
const bool GNEEvent_NetworkLoaded::viewportFromRegistry |
whether loading viewport from registry
Definition at line 65 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().