![]() |
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 Attributes | |
const std::string | myFile |
netedit config file | |
netedit config handler
Definition at line 1132 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::GNENeteditConfigHandler::GNENeteditConfigHandler | ( | const std::string & | file | ) |
Constructor.
Definition at line 2266 of file GNEApplicationWindowHelper.cpp.
bool GNEApplicationWindowHelper::GNENeteditConfigHandler::loadNeteditConfig | ( | ) |
load netedit config
Definition at line 2272 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), StringUtils::replace(), TL, StringUtils::transcode(), StringUtils::transcodeToLocal(), and WRITE_ERROR.
Referenced by GNELoadThread::run().
|
private |
netedit config file
Definition at line 1143 of file GNEApplicationWindowHelper.h.