50 QFont linetypes::Object::textRepresentationFont() const |
50 QFont linetypes::Object::textRepresentationFont() const |
51 { |
51 { |
52 return {}; |
52 return {}; |
53 } |
53 } |
54 |
54 |
|
55 void linetypes::Object::getPolygons(std::vector<gl::Polygon>& polygons, GetPolygonsContext* context) const |
|
56 { |
|
57 Q_UNUSED(polygons) |
|
58 Q_UNUSED(context) |
|
59 } |
|
60 |
55 linetypes::ColoredObject::ColoredObject(const Color color_index) : |
61 linetypes::ColoredObject::ColoredObject(const Color color_index) : |
56 colorIndex{color_index} |
62 colorIndex{color_index} |
57 { |
63 { |
58 } |
64 } |
59 |
65 |