Home
last modified time | relevance | path

Searched refs:SUMO_TAG_CLOSING_LANE_REROUTE (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEClosingLaneReroute.cpp39 …valDialog->getEditedAdditional()->getViewNet(), GLO_REROUTER, SUMO_TAG_CLOSING_LANE_REROUTE, "", f… in GNEClosingLaneReroute()
48 …alParent, rerouterIntervalParent->getViewNet(), GLO_REROUTER, SUMO_TAG_CLOSING_LANE_REROUTE, "", f… in GNEClosingLaneReroute()
H A DGNEAdditionalHandler.cpp221 case SUMO_TAG_CLOSING_LANE_REROUTE: in buildAdditional()
1527 …tributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_… in parseAndBuildRerouterClosingLaneReroute()
1528 …tributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_… in parseAndBuildRerouterClosingLaneReroute()
1529 …tributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_… in parseAndBuildRerouterClosingLaneReroute()
1544 …ING("The lane '" + laneID + "' to use within the " + toString(SUMO_TAG_CLOSING_LANE_REROUTE) + " i… in parseAndBuildRerouterClosingLaneReroute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNERerouterIntervalDialog.cpp106 if (i->getTagProperty().getTag() == SUMO_TAG_CLOSING_LANE_REROUTE) { in FXIMPLEMENT()
153 …abel(buttonAndLabelClosingLaneReroute, ("Add new " + toString(SUMO_TAG_CLOSING_LANE_REROUTE) + "s"… in FXIMPLEMENT()
250 …str(), "%s", (operationType + "there are invalid " + toString(SUMO_TAG_CLOSING_LANE_REROUTE) + "s.… in onCmdAccept()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h189 SUMO_TAG_CLOSING_LANE_REROUTE, enumerator
H A DSUMOXMLDefinitions.cpp114 { "closingLaneReroute", SUMO_TAG_CLOSING_LANE_REROUTE },
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSTriggeredRerouter.cpp161 if (element == SUMO_TAG_CLOSING_LANE_REROUTE) { in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp2627 currentTag = SUMO_TAG_CLOSING_LANE_REROUTE; in fillAdditionals()