![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEEvent_NetworkLoaded.h>
Public Member Functions | |
GUIEventType | getOwnType () const |
returns the event type More... | |
GNEEvent_NetworkLoaded (GNENet *net, const std::string &file, const std::string &settingsFile, const bool viewportFromRegistry) | |
constructor More... | |
~GNEEvent_NetworkLoaded () | |
destructor More... | |
Data Fields | |
std::string | myFile |
the name of the loaded file More... | |
GNENet * | myNet |
the loaded net More... | |
std::string | mySettingsFile |
the name of the settings file to load More... | |
bool | myViewportFromRegistry |
whether loading viewport from registry More... | |
Protected Attributes | |
GUIEventType | myType |
the type of the event More... | |
Throw to GUIApplicationWindow from GUILoadThread after a simulation has been loaded or the loading process failed
Definition at line 43 of file GNEEvent_NetworkLoaded.h.
|
inline |
constructor
Definition at line 46 of file GNEEvent_NetworkLoaded.h.
|
inline |
destructor
Definition at line 54 of file GNEEvent_NetworkLoaded.h.
|
inlineinherited |
returns the event type
Definition at line 79 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), and GNEApplicationWindow::handleEvent_Message().
std::string GNEEvent_NetworkLoaded::myFile |
the name of the loaded file
Definition at line 61 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
GNENet* GNEEvent_NetworkLoaded::myNet |
the loaded net
Definition at line 58 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
std::string GNEEvent_NetworkLoaded::mySettingsFile |
the name of the settings file to load
Definition at line 64 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
|
protectedinherited |
the type of the event
Definition at line 92 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().
bool GNEEvent_NetworkLoaded::myViewportFromRegistry |
whether loading viewport from registry
Definition at line 67 of file GNEEvent_NetworkLoaded.h.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().