 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef GUIEvent_SimulationLoaded_h
20 #define GUIEvent_SimulationLoaded_h
54 const std::string& file,
55 const std::vector<std::string>& settingsFiles,
57 const bool viewportFromRegistry)
~GUIEvent_SimulationLoaded()
destructor
const SUMOTime myBegin
the time the simulation shall start with
const std::string myFile
the name of the loaded file
const std::vector< std::string > mySettingsFiles
the name of the settings file to load
send when a simulation has been loaded
const bool myOsgView
whether to load the OpenSceneGraph view
GUIEvent_SimulationLoaded(GUINet *net, SUMOTime startTime, SUMOTime endTime, const std::string &file, const std::vector< std::string > &settingsFiles, const bool osgView, const bool viewportFromRegistry)
constructor
const SUMOTime myEnd
the time the simulation shall end with
const bool myViewportFromRegistry
whether loading viewport from registry
GUIEvent_SimulationLoaded & operator=(const GUIEvent_SimulationLoaded &s)
Invalidated assignment operator.
GUINet * myNet
the loaded net
A MSNet extended by some values for usage within the gui.