23 #ifndef GUILoadThread_h 24 #define GUILoadThread_h 85 const std::vector<std::string>& guiSettingsFiles = std::vector<std::string>(),
86 const bool osgView =
false);
MFXEventQue< GUIEvent * > & myEventQue
OutputDevice * myWarningRetriever
GUILoadThread(FXApp *app, GUIApplicationWindow *mw, MFXEventQue< GUIEvent * > &eq, FXEX::FXThreadEvent &ev)
constructor
FXEX::FXThreadEvent & myEventThrow
void submitEndAndCleanup(GUINet *net, const SUMOTime simStartTime, const SUMOTime simEndTime, const std::vector< std::string > &guiSettingsFiles=std::vector< std::string >(), const bool osgView=false)
Closes the loading process.
OutputDevice * myErrorRetriever
The instances of message retriever encapsulations Needed to be deleted from the handler later on...
OutputDevice * myMessageRetriever
virtual ~GUILoadThread()
destructor
void loadConfigOrNet(const std::string &file, bool isNet)
begins the loading of the given file
GUIApplicationWindow * myParent
the parent window to inform about the loading
std::string myTitle
the title string for the application
const std::string & getFileName() const
bool myLoadNet
Information whether only the network shall be loaded.
void retrieveMessage(const MsgHandler::MsgType type, const std::string &msg)
Retrieves messages from the loading module.
A MSNet extended by some values for usage within the gui.
Static storage of an output device and its base (abstract) implementation.
std::string myFile
the path to load the simulation from
The main window of the SUMO-gui.