src/objecttypes/edge.h

changeset 6
73e448b2943d
parent 3
55a55a9ec2c2
child 8
44679e468ba9
equal deleted inserted replaced
5:593a658cba8e 6:73e448b2943d
15 const Color color_index = colors::edge); 15 const Color color_index = colors::edge);
16 QVariant getProperty(Property property) const override; 16 QVariant getProperty(Property property) const override;
17 SetPropertyResult setProperty( 17 SetPropertyResult setProperty(
18 Property property, 18 Property property,
19 const QVariant& value) override; 19 const QVariant& value) override;
20 QString textRepresentation() const override;
20 private: 21 private:
21 Vertex point_1 = {}; 22 Vertex point_1 = {};
22 Vertex point_2 = {}; 23 Vertex point_2 = {};
23 }; 24 };

mercurial