Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEPoly.cpp467 setAttribute(GNE_ATTR_CLOSE_SHAPE, "false", myNet->getViewNet()->getUndoList()); in openPolygon()
489 setAttribute(GNE_ATTR_CLOSE_SHAPE, "true", myNet->getViewNet()->getUndoList()); in closePolygon()
620 case GNE_ATTR_CLOSE_SHAPE: in getAttribute()
652 case GNE_ATTR_CLOSE_SHAPE: in setAttribute()
707 case GNE_ATTR_CLOSE_SHAPE: in isValid()
875 case GNE_ATTR_CLOSE_SHAPE: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEInspectorFrame.cpp706 value &= GNEAttributeCarrier::parse<bool>(i->getAttribute(GNE_ATTR_CLOSE_SHAPE)); in showNeteditAttributesEditor()
798 value &= GNEAttributeCarrier::parse<bool>(i->getAttribute(GNE_ATTR_CLOSE_SHAPE)); in refreshNeteditAttributesEditor()
853 …i->setAttribute(GNE_ATTR_CLOSE_SHAPE, "true", myInspectorFrameParent->getViewNet()->getUndoList()); in onCmdSetNeteditAttribute()
856 …i->setAttribute(GNE_ATTR_CLOSE_SHAPE, "false", myInspectorFrameParent->getViewNet()->getUndoList()… in onCmdSetNeteditAttribute()
H A DGNESelectorFrame.cpp701 myMatchAttrComboBox->appendItem(toString(GNE_ATTR_CLOSE_SHAPE).c_str()); in onCmdSelMBTag()
754 extraAttrProperty = GNEAttributeCarrier::AttributeProperties(GNE_ATTR_CLOSE_SHAPE, in onCmdSelMBAttribute()
H A DGNEPolygonFrame.cpp368 if (valuesOfElement[GNE_ATTR_CLOSE_SHAPE] == "true") { in buildShape()
H A DGNEFrame.cpp2625 valuesMap[GNE_ATTR_CLOSE_SHAPE] = "1"; in getNeteditAttributesAndValues()
2627 valuesMap[GNE_ATTR_CLOSE_SHAPE] = "0"; in getNeteditAttributesAndValues()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h943 GNE_ATTR_CLOSE_SHAPE, enumerator
H A DSUMOXMLDefinitions.cpp651 { "closedShape", GNE_ATTR_CLOSE_SHAPE },