Home
last modified time | relevance | path

Searched refs:SUMO_TAG_CONNECTION (Results 1 – 19 of 19) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_Connection.cpp59 WRITE_DEBUG("Removing " + toString(SUMO_TAG_CONNECTION) + " '" + in undo()
67 WRITE_DEBUG("Adding " + selected + toString(SUMO_TAG_CONNECTION) + " '" + in undo()
83 WRITE_DEBUG("Adding " + selected + toString(SUMO_TAG_CONNECTION) + " '" + in redo()
90 WRITE_DEBUG("Removing " + toString(SUMO_TAG_CONNECTION) + " '" + in redo()
104 return ("Undo create " + toString(SUMO_TAG_CONNECTION)).c_str(); in undoName()
106 return ("Undo delete " + toString(SUMO_TAG_CONNECTION)).c_str(); in undoName()
114 return ("Redo create " + toString(SUMO_TAG_CONNECTION)).c_str(); in redoName()
116 return ("Redo delete " + toString(SUMO_TAG_CONNECTION)).c_str(); in redoName()
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNENetElement.cpp133 if (myTagProperty.getTag() == SUMO_TAG_CONNECTION) { in getPopUpID()
145 } else if (myTagProperty.getTag() == SUMO_TAG_CONNECTION) { in getHierarchyName()
H A DGNEConnection.cpp55 GLO_CONNECTION, SUMO_TAG_CONNECTION), in GNEConnection()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEConnectorFrame.cpp450 myViewNet->getUndoList()->p_begin("modify " + toString(SUMO_TAG_CONNECTION) + "s"); in buildConnection()
507 myViewNet->setStatusBarText("Invalid target for " + toString(SUMO_TAG_CONNECTION)); in buildConnection()
H A DGNEDeleteFrame.cpp358 …(objectsUnderCursor.getAttributeCarrierFront()->getTagProperty().getTag() == SUMO_TAG_CONNECTION) { in removeAttributeCarrier()
H A DGNEFrame.cpp983 …if ((myACAttr.getTagPropertyParent().getTag() == SUMO_TAG_CONNECTION) && (myACAttr.getAttr() == SU… in showRow()
1398 if ((myEditedACs.front()->getTagProperty().getTag() == SUMO_TAG_CONNECTION) && in showAttributeEditorModul()
1737 case SUMO_TAG_CONNECTION: { in showAttributeCarrierParents()
2016 case SUMO_TAG_CONNECTION: { in showAttributeCarrierChilds()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLTrafficLightsHandler.cpp84 case SUMO_TAG_CONNECTION: in myStartElement()
H A DNIXMLConnectionsHandler.cpp111 if (element == SUMO_TAG_CONNECTION) { in myStartElement()
H A DNIImporter_SUMO.cpp438 case SUMO_TAG_CONNECTION: in myStartElement()
514 case SUMO_TAG_CONNECTION: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp176 device.openTag(SUMO_TAG_CONNECTION); in writeNetwork()
661 into.openTag(SUMO_TAG_CONNECTION); in writeConnection()
743 into.openTag(SUMO_TAG_CONNECTION); in writeInternalConnection()
H A DNWWriter_XML.cpp293 cdevice.openTag(SUMO_TAG_CONNECTION); in writeEdgesAndConnections()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEViewNetHelper.cpp1525 …Grip().modeOptions, ("Show " + toString(SUMO_TAG_CONNECTION) + "s\t\tToggle show " + toString(SUMO… in buildViewOptionsMenuChecks()
1530 …NEAppWindows()->getToolbarsGrip().modeOptions, ("hide " + toString(SUMO_TAG_CONNECTION) + "s\t\tHi… in buildViewOptionsMenuChecks()
H A DGNENet.cpp588 undoList->p_begin("delete " + toString(SUMO_TAG_CONNECTION)); in deleteConnection()
1365 case SUMO_TAG_CONNECTION: in retrieveAttributeCarriers()
H A DGNEViewNet.cpp2493 myUndoList->p_begin("delete selected " + toString(SUMO_TAG_CONNECTION) + plural); in deleteSelectedConnections()
H A DGNEAttributeCarrier.cpp1599 currentTag = SUMO_TAG_CONNECTION; in fillNetElements()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONetHandler.cpp80 case SUMO_TAG_CONNECTION: in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h197 SUMO_TAG_CONNECTION, enumerator
H A DSUMOXMLDefinitions.cpp118 { "connection", SUMO_TAG_CONNECTION },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.cpp108 case SUMO_TAG_CONNECTION: in myStartElement()