src/objecttypes/conditionaledge.cpp

changeset 6
73e448b2943d
parent 3
55a55a9ec2c2
child 8
44679e468ba9
--- a/src/objecttypes/conditionaledge.cpp	Thu Oct 03 11:45:44 2019 +0300
+++ b/src/objecttypes/conditionaledge.cpp	Thu Oct 03 23:44:28 2019 +0300
@@ -40,3 +40,10 @@
 		return Edge::setProperty(property, value);
 	}
 }
+
+QString modelobjects::ConditionalEdge::textRepresentation() const
+{
+	return Edge::textRepresentation() + format("%1 %2",
+		vertexToStringParens(controlPoint_1),
+		vertexToStringParens(controlPoint_2));
+}

mercurial