![]() |
Eclipse SUMO - Simulation of Urban MObility
|
netconvert config handler More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| GNENetconvertConfigHandler (const std::string &file) | |
| Constructor. | |
| bool | loadNetconvertConfig () |
| load netconvert config | |
Private Member Functions | |
| GNENetconvertConfigHandler (const GNENetconvertConfigHandler &)=delete | |
| Invalidated copy constructor. | |
| GNENetconvertConfigHandler & | operator= (const GNENetconvertConfigHandler &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| const std::string | myNetconvertConfigFile |
| netconvert config file | |
netconvert config handler
Definition at line 1129 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::GNENetconvertConfigHandler::GNENetconvertConfigHandler | ( | const std::string & | file | ) |
Constructor.
Definition at line 2284 of file GNEApplicationWindowHelper.cpp.
References myNetconvertConfigFile.
Referenced by GNENetconvertConfigHandler(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References GNENetconvertConfigHandler().
| bool GNEApplicationWindowHelper::GNENetconvertConfigHandler::loadNetconvertConfig | ( | ) |
load netconvert config
Definition at line 2290 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), myNetconvertConfigFile, TLF, XMLSubSys::transcode(), XMLSubSys::transcodeToLocal(), WRITE_ERROR, and WRITE_WARNING.
Referenced by GNELoadThread::run().
|
privatedelete |
Invalidated assignment operator.
References GNENetconvertConfigHandler().
|
private |
netconvert config file
Definition at line 1140 of file GNEApplicationWindowHelper.h.
Referenced by GNENetconvertConfigHandler(), and loadNetconvertConfig().