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