![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Sets and checks options for netimport. More...
#include <NIFrame.h>
Static Public Member Functions | |
static bool | checkOptions () |
Checks set options from the OptionsCont-singleton for being valid. More... | |
static void | fillOptions (bool forNetedit=false) |
Inserts options used by the network importer and network building modules. More... | |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 329 of file NIFrame.cpp.
References OptionsCont::checkDependingSuboptions(), NIImporter_DlrNavteq::GEO_SCALE, OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isDefault(), OptionsCont::isSet(), OptionsCont::isWriteable(), OptionsCont::set(), OptionsCont::setDefault(), WRITE_ERROR, and WRITE_WARNING.
Referenced by checkOptions(), GNEApplicationWindow::onCmdOpenForeign(), GNEApplicationWindow::onCmdOptions(), and GNELoadThread::run().
|
static |
Inserts options used by the network importer and network building modules.
Calls "NBNetBuilder::insertNetBuildOptions" for inserting network building options.
Definition at line 48 of file NIFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::addXMLDefault(), OptionsCont::doRegister(), and OptionsCont::getOptions().
Referenced by fillOptions(), and GNELoadThread::fillOptions().