Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEEdge.cpp230 …undoList->p_add(new GNEChange_Attribute(this, myNet, GNE_ATTR_SHAPE_START, toString(modifiedShapeS… in commitShapeStartChange()
688 setAttribute(GNE_ATTR_SHAPE_START, "", undoList); in editEndpoint()
715 setAttribute(GNE_ATTR_SHAPE_START, toString(newPos), undoList); in editEndpoint()
736 setAttribute(GNE_ATTR_SHAPE_START, toString(sourcePos), undoList); in resetEndpoint()
955 case GNE_ATTR_SHAPE_START: in getAttribute()
1016 …setAttribute(GNE_ATTR_SHAPE_START, toString(myGNEJunctionSource->getNBNode()->getPosition()), undo… in setAttribute()
1050 case GNE_ATTR_SHAPE_START: in setAttribute()
1144 case GNE_ATTR_SHAPE_START: { in isValid()
1305 case GNE_ATTR_SHAPE_START: { in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h933 GNE_ATTR_SHAPE_START, enumerator
H A DSUMOXMLDefinitions.cpp646 { "shapeStart", GNE_ATTR_SHAPE_START },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNENet.cpp842 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()
H A DGNEAttributeCarrier.cpp1418 attrProperty = AttributeProperties(GNE_ATTR_SHAPE_START, in fillNetElements()