52 const std::string& file,
53 const std::vector<std::string>& settingsFiles,
55 const bool viewportFromRegistry)
@ SIMULATION_LOADED
send when a simulation has been loaded
const SUMOTime myBegin
the time the simulation shall start with
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
GUINet * myNet
the loaded net
~GUIEvent_SimulationLoaded()
destructor
const std::vector< std::string > mySettingsFiles
the name of the settings file to load
const bool myOsgView
whether to load the OpenSceneGraph view
const SUMOTime myEnd
the time the simulation shall end with
GUIEvent_SimulationLoaded & operator=(const GUIEvent_SimulationLoaded &s)
Invalidated assignment operator.
const bool myViewportFromRegistry
whether loading viewport from registry
const std::string myFile
the name of the loaded file
A MSNet extended by some values for usage within the gui.