Home
last modified time | relevance | path

Searched refs:SUMO_TAG_JUNCTION (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_Junction.cpp100 return ("Undo create " + toString(SUMO_TAG_JUNCTION)).c_str(); in undoName()
102 return ("Undo delete " + toString(SUMO_TAG_JUNCTION)).c_str(); in undoName()
110 return ("Redo create " + toString(SUMO_TAG_JUNCTION)).c_str(); in redoName()
112 return ("Redo delete " + toString(SUMO_TAG_JUNCTION)).c_str(); in redoName()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEViewNetHelper.cpp815 if (originAC->getTagProperty().getTag() == SUMO_TAG_JUNCTION) { in beginMoveSelection()
1312 …("Ask for merge\t\tAsk for confirmation before merging " + toString(SUMO_TAG_JUNCTION) + ".").c_st… in buildMoveOptionMenuChecks()
1317 …barsGrip().modeOptions, ("Bubbles\t\tShow bubbles over " + toString(SUMO_TAG_JUNCTION) + "'s shape… in buildMoveOptionMenuChecks()
1525 …oggle show " + toString(SUMO_TAG_CONNECTION) + "s over " + toString(SUMO_TAG_JUNCTION) + "s").c_st… in buildViewOptionsMenuChecks()
1535SUMO_TAG_JUNCTION) + "s\t\tToggle whether selecting multiple " + toString(SUMO_TAG_EDGE) + "s shou… in buildViewOptionsMenuChecks()
H A DGNENet.cpp391 undoList->p_begin("delete " + toString(SUMO_TAG_JUNCTION)); in deleteJunction()
885 undoList->p_begin("merge " + toString(SUMO_TAG_JUNCTION) + "s"); in mergeJunctions()
1348 case SUMO_TAG_JUNCTION: in retrieveAttributeCarriers()
1571 … ("Position of joined " + toString(SUMO_TAG_JUNCTION)).c_str(), "%s", in joinSelectedJunctions()
1572 …s another unselected " + toString(SUMO_TAG_JUNCTION) + " in the same position of joined " + toStri… in joinSelectedJunctions()
1573 …+ ".\nIt will be joined with the other selected " + toString(SUMO_TAG_JUNCTION) + "s. Continue?").… in joinSelectedJunctions()
1599 undoList->p_begin("Join selected " + toString(SUMO_TAG_JUNCTION) + "s"); in joinSelectedJunctions()
1729 undoList->p_begin("Clean " + toString(SUMO_TAG_JUNCTION) + "s"); in removeSolitaryJunctions()
H A DGNEAttributeCarrier.cpp1435 currentTag = SUMO_TAG_JUNCTION; in fillNetElements()
1558 …GTYPE_NETELEMENT, TAGPROPERTY_DRAWABLE | TAGPROPERTY_SELECTABLE, ICON_CROSSING, SUMO_TAG_JUNCTION); in fillNetElements()
H A DGNEViewNet.cpp2379 myUndoList->p_begin("delete selected " + toString(SUMO_TAG_JUNCTION) + plural); in deleteSelectedJunctions()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEDeleteFrame.cpp191 …f (objectsUnderCursor.getAttributeCarrierFront()->getTagProperty().getTag() == SUMO_TAG_JUNCTION) { in removeAttributeCarrier()
H A DGNEConnectorFrame.cpp273 …->p_begin("clear connections from selected lanes, edges and " + toString(SUMO_TAG_JUNCTION) + "s"); in onCmdClearSelectedConnections()
H A DGNEFrame.cpp1411 …((disableTLSinJunctions && (myEditedACs.front()->getTagProperty().getTag() == SUMO_TAG_JUNCTION) && in showAttributeEditorModul()
1461 …((disableTLSinJunctions && (myEditedACs.front()->getTagProperty().getTag() == SUMO_TAG_JUNCTION) && in refreshAttributeEditor()
1932 case SUMO_TAG_JUNCTION: { in showAttributeCarrierChilds()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONetHandler.cpp77 case SUMO_TAG_JUNCTION: in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h60 SUMO_TAG_JUNCTION, enumerator
H A DSUMOXMLDefinitions.cpp48 { "junction", SUMO_TAG_JUNCTION },
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp526 into.openTag(SUMO_TAG_JUNCTION).writeAttr(SUMO_ATTR_ID, n.getID()); in writeJunction()
631 into.openTag(SUMO_TAG_JUNCTION).writeAttr(SUMO_ATTR_ID, (*k).viaID + "_0"); in writeInternalNodes()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_SUMO.cpp432 case SUMO_TAG_JUNCTION: in myStartElement()
509 case SUMO_TAG_JUNCTION: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.cpp101 case SUMO_TAG_JUNCTION: in myStartElement()
260 case SUMO_TAG_JUNCTION: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEJunction.cpp60 GNENetElement(net, nbn.getID(), GLO_JUNCTION, SUMO_TAG_JUNCTION), in GNEJunction()