![]() |
Eclipse SUMO - Simulation of Urban MObility
|
SUMO config handler. More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| GNESumoConfigHandler (OptionsCont &sumoOptions, const std::string &file) | |
| 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 | |
| const std::string | myFile |
| SUMO config file. | |
| OptionsCont & | mySumoOptions |
| sumo options | |
SUMO config handler.
Definition at line 1107 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::GNESumoConfigHandler::GNESumoConfigHandler | ( | OptionsCont & | sumoOptions, |
| const std::string & | file ) |
Constructor.
Definition at line 2233 of file GNEApplicationWindowHelper.cpp.
References myFile, and mySumoOptions.
Referenced by GNESumoConfigHandler(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References GNESumoConfigHandler().
| bool GNEApplicationWindowHelper::GNESumoConfigHandler::loadSumoConfig | ( | ) |
load SUMO config
Definition at line 2240 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), myFile, mySumoOptions, StringUtils::replace(), TL, StringUtils::transcode(), StringUtils::transcodeToLocal(), and WRITE_ERROR.
Referenced by GNELoadThread::run().
|
privatedelete |
Invalidated assignment operator.
References GNESumoConfigHandler().
|
private |
SUMO config file.
Definition at line 1121 of file GNEApplicationWindowHelper.h.
Referenced by GNESumoConfigHandler(), and loadSumoConfig().
|
private |
sumo options
Definition at line 1118 of file GNEApplicationWindowHelper.h.
Referenced by GNESumoConfigHandler(), and loadSumoConfig().