src/linetypes/object.cpp

changeset 21
0133e565e072
parent 17
a5111f4e6412
child 35
98906a94732f
equal deleted inserted replaced
20:cef43609a374 21:0133e565e072
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

mercurial