Home
last modified time | relevance | path

Searched refs:GNE_ATTR_SHAPE_END (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEEdge.cpp243 …undoList->p_add(new GNEChange_Attribute(this, myNet, GNE_ATTR_SHAPE_END, toString(modifiedShapeEnd… in commitShapeEndChange()
692 setAttribute(GNE_ATTR_SHAPE_END, "", undoList); in editEndpoint()
712 setAttribute(GNE_ATTR_SHAPE_END, toString(newPos), undoList); in editEndpoint()
733 setAttribute(GNE_ATTR_SHAPE_END, toString(destPos), undoList); in resetEndpoint()
961 case GNE_ATTR_SHAPE_END: in getAttribute()
1035 …setAttribute(GNE_ATTR_SHAPE_END, toString(myGNEJunctionDestiny->getNBNode()->getPosition()), undoL… in setAttribute()
1051 case GNE_ATTR_SHAPE_END: in setAttribute()
1154 case GNE_ATTR_SHAPE_END: { in isValid()
1317 case GNE_ATTR_SHAPE_END: { in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNENet.cpp759 const std::string shapeEnd = edge->getAttribute(GNE_ATTR_SHAPE_END); in splitEdge()
803 edge->setAttribute(GNE_ATTR_SHAPE_END, "", undoList); in splitEdge()
806 secondPart->setAttribute(GNE_ATTR_SHAPE_END, shapeEnd, undoList); in splitEdge()
842 reversed->setAttribute(GNE_ATTR_SHAPE_START, edge->getAttribute(GNE_ATTR_SHAPE_END), undoList); in reverseEdge()
843 reversed->setAttribute(GNE_ATTR_SHAPE_END, edge->getAttribute(GNE_ATTR_SHAPE_START), undoList); in reverseEdge()
857 … reversed->setAttribute(GNE_ATTR_SHAPE_START, edge->getAttribute(GNE_ATTR_SHAPE_END), undoList); in addReversedEdge()
858 … reversed->setAttribute(GNE_ATTR_SHAPE_END, edge->getAttribute(GNE_ATTR_SHAPE_START), undoList); in addReversedEdge()
1779 … begin->setAttribute(GNE_ATTR_SHAPE_END, continuation->getAttribute(GNE_ATTR_SHAPE_END), undoList); in replaceJunctionByGeometry()
H A DGNEAttributeCarrier.cpp1423 attrProperty = AttributeProperties(GNE_ATTR_SHAPE_END, in fillNetElements()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h935 GNE_ATTR_SHAPE_END, enumerator
H A DSUMOXMLDefinitions.cpp647 { "shapeEnd", GNE_ATTR_SHAPE_END },