![]() |
Eclipse SUMO - Simulation of Urban MObility
|
netedit config handler More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| GNENeteditConfigHandler (const std::string &file) | |
| Constructor. | |
| bool | loadNeteditConfig () |
| load netedit config | |
Private Member Functions | |
| GNENeteditConfigHandler (const GNENeteditConfigHandler &)=delete | |
| Invalidated copy constructor. | |
| GNENeteditConfigHandler & | operator= (const GNENeteditConfigHandler &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| const std::string | myFile |
| netedit config file | |
netedit config handler
Definition at line 1131 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::GNENeteditConfigHandler::GNENeteditConfigHandler | ( | const std::string & | file | ) |
Constructor.
Definition at line 2285 of file GNEApplicationWindowHelper.cpp.
References myFile.
Referenced by GNENeteditConfigHandler(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References GNENeteditConfigHandler().
| bool GNEApplicationWindowHelper::GNENeteditConfigHandler::loadNeteditConfig | ( | ) |
load netedit config
Definition at line 2291 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), myFile, StringUtils::replace(), TL, toString(), StringUtils::transcode(), StringUtils::transcodeToLocal(), and WRITE_ERROR.
Referenced by GNELoadThread::run().
|
privatedelete |
Invalidated assignment operator.
References GNENeteditConfigHandler().
|
private |
netedit config file
Definition at line 1142 of file GNEApplicationWindowHelper.h.
Referenced by GNENeteditConfigHandler(), and loadNeteditConfig().