src/graphics/actions/PolygonAction.h [41:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stroke getStroke() const { return stroke; } Color getColor() const { return color; } Color getFill() const { return fill; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/actions/RectangleAction.h [39:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stroke getStroke() const { return stroke; } Color getColor() const { return color; } Color getFill() const { return fill; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -