SUMO - Simulation of Urban MObility
|
#include <GUIEvent_SimulationLoaded.h>
Public Member Functions | |
GUIEventType | getOwnType () const |
returns the event type | |
GUIEvent_SimulationLoaded (GUINet *net, SUMOTime startTime, SUMOTime endTime, const std::string &file, const std::string &settingsFile) | |
constructor | |
~GUIEvent_SimulationLoaded () | |
destructor |
Data Fields | |
SUMOTime | myBegin |
the time the simulation shall start with | |
SUMOTime | myEnd |
the time the simulation shall end with | |
std::string | myFile |
the name of the loaded file | |
GUINet * | myNet |
the loaded net | |
std::string | mySettingsFile |
the name of the settings file to load |
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 56 of file GUIEvent_SimulationLoaded.h.
|
inline |
constructor
Definition at line 59 of file GUIEvent_SimulationLoaded.h.
|
inline |
destructor
Definition at line 68 of file GUIEvent_SimulationLoaded.h.
|
inlineinherited |
returns the event type
Definition at line 77 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GUIApplicationWindow::eventOccured(), and GUIApplicationWindow::handleEvent_Message().
SUMOTime GUIEvent_SimulationLoaded::myBegin |
the time the simulation shall start with
Definition at line 75 of file GUIEvent_SimulationLoaded.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
SUMOTime GUIEvent_SimulationLoaded::myEnd |
the time the simulation shall end with
Definition at line 78 of file GUIEvent_SimulationLoaded.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
std::string GUIEvent_SimulationLoaded::myFile |
the name of the loaded file
Definition at line 81 of file GUIEvent_SimulationLoaded.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
GUINet* GUIEvent_SimulationLoaded::myNet |
the loaded net
Definition at line 72 of file GUIEvent_SimulationLoaded.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
std::string GUIEvent_SimulationLoaded::mySettingsFile |
the name of the settings file to load
Definition at line 84 of file GUIEvent_SimulationLoaded.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
|
protectedinherited |
the type of the event
Definition at line 92 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().