| 17 QVariant getProperty(Property property) const override; |
17 QVariant getProperty(Property property) const override; |
| 18 SetPropertyResult setProperty( |
18 SetPropertyResult setProperty( |
| 19 Property property, |
19 Property property, |
| 20 const QVariant& value) override; |
20 const QVariant& value) override; |
| 21 QString textRepresentation() const override; |
21 QString textRepresentation() const override; |
| |
22 void getPolygons(std::vector<gl::Polygon>& polygons, GetPolygonsContext* context) const override; |
| 22 private: |
23 private: |
| 23 Point3D point_1 = {}; |
24 Point3D point_1 = {}; |
| 24 Point3D point_2 = {}; |
25 Point3D point_2 = {}; |
| 25 }; |
26 }; |