src/graphics/actions/PolygonAction.h [34:46]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } const std::vector& getPoints() const { return points; } Stroke getStroke() const { return stroke; } Color getColor() const { return color; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/actions/PolylineAction.h [32:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } const std::vector& getPoints() const { return points; } Stroke getStroke() const { return stroke; } Color getColor() const { return color; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -