Eclipse SUMO - Simulation of Urban MObility
|
Sets and checks options for netimport. More...
#include <NIFrame.h>
Static Public Member Functions | |
static bool | checkOptions (OptionsCont &oc) |
Checks set options for being valid. | |
static void | fillOptions (OptionsCont &oc, bool forNetedit=false) |
Inserts options used by the network importer and network building modules. | |
|
static |
Checks set options for being valid.
Definition at line 391 of file NIFrame.cpp.
References OptionsCont::checkDependingSuboptions(), NIImporter_DlrNavteq::GEO_SCALE, OptionsCont::getBool(), OptionsCont::getString(), OptionsCont::isDefault(), OptionsCont::isSet(), OptionsCont::isWriteable(), OptionsCont::set(), OptionsCont::setDefault(), TL, WRITE_ERROR, and WRITE_WARNING.
Referenced by checkOptions(), GNEApplicationWindow::loadOSM(), GNEApplicationWindow::onCmdOpenOptionsDialog(), 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(), SystemFrame::addReportOptions(), OptionsCont::addSynonyme(), OptionsCont::addXMLDefault(), OptionsCont::doRegister(), and TL.
Referenced by fillOptions(), and GNELoadThread::fillOptions().