![]() |
Eclipse SUMO - Simulation of Urban MObility
|
SUMO config handler. More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| GNESumoConfigHandler (GNEApplicationWindow *applicationWindow, const std::string &sumoConfigFile) | |
| Constructor. | |
| bool | loadSumoConfig () |
| load SUMO config | |
Private Member Functions | |
| GNESumoConfigHandler (const GNESumoConfigHandler &)=delete | |
| Invalidated copy constructor. | |
| GNESumoConfigHandler & | operator= (const GNESumoConfigHandler &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| GNEApplicationWindow * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
| const std::string | mySumoConfigFile |
| SUMO config file. | |
SUMO config handler.
Definition at line 1105 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::GNESumoConfigHandler::GNESumoConfigHandler | ( | GNEApplicationWindow * | applicationWindow, |
| const std::string & | sumoConfigFile ) |
Constructor.
Definition at line 2228 of file GNEApplicationWindowHelper.cpp.
References myApplicationWindow, and mySumoConfigFile.
Referenced by GNESumoConfigHandler(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References GNESumoConfigHandler().
| bool GNEApplicationWindowHelper::GNESumoConfigHandler::loadSumoConfig | ( | ) |
load SUMO config
Definition at line 2235 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), myApplicationWindow, mySumoConfigFile, FileBucket::NETWORK, FileBucket::SUMO_CONFIG, TLF, XMLSubSys::transcode(), XMLSubSys::transcodeToLocal(), WRITE_ERROR, and WRITE_WARNING.
Referenced by GNELoadThread::run().
|
privatedelete |
Invalidated assignment operator.
References GNESumoConfigHandler().
|
private |
pointer to current GNEApplicationWindow
Definition at line 1116 of file GNEApplicationWindowHelper.h.
Referenced by GNESumoConfigHandler(), and loadSumoConfig().
|
private |
SUMO config file.
Definition at line 1119 of file GNEApplicationWindowHelper.h.
Referenced by GNESumoConfigHandler(), and loadSumoConfig().