| 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 }; |