![]() |
Eclipse SUMO - Simulation of Urban MObility
|
netedit config handler More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| GNENeteditConfigHandler (GNEApplicationWindow *applicationWindow, const std::string &neteditConfigFile) | |
| 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 | |
| GNEApplicationWindow * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
| const std::string | myNeteditConfigFile |
| netedit config file | |
netedit config handler
Definition at line 1150 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::GNENeteditConfigHandler::GNENeteditConfigHandler | ( | GNEApplicationWindow * | applicationWindow, |
| const std::string & | neteditConfigFile ) |
Constructor.
Definition at line 2326 of file GNEApplicationWindowHelper.cpp.
References myApplicationWindow, and myNeteditConfigFile.
Referenced by GNENeteditConfigHandler(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References GNENeteditConfigHandler().
| bool GNEApplicationWindowHelper::GNENeteditConfigHandler::loadNeteditConfig | ( | ) |
load netedit config
Definition at line 2333 of file GNEApplicationWindowHelper.cpp.
References FileBucket::EDGETYPE, OptionsLoader::errorOccurred(), OptionsCont::getOptions(), myApplicationWindow, myNeteditConfigFile, FileBucket::NETEDIT_CONFIG, FileBucket::NETWORK, FileBucket::SUMO_CONFIG, TLF, FileBucket::TLS, XMLSubSys::transcode(), XMLSubSys::transcodeToLocal(), WRITE_ERROR, and WRITE_WARNING.
Referenced by GNELoadThread::run().
|
privatedelete |
Invalidated assignment operator.
References GNENeteditConfigHandler().
|
private |
pointer to current GNEApplicationWindow
Definition at line 1161 of file GNEApplicationWindowHelper.h.
Referenced by GNENeteditConfigHandler(), and loadNeteditConfig().
|
private |
netedit config file
Definition at line 1164 of file GNEApplicationWindowHelper.h.
Referenced by GNENeteditConfigHandler(), and loadNeteditConfig().