src/graphics/figures/PolygonFigure.h [39:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; } int getFillIndex() const { return fillIndex; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/figures/RectangleFigure.h [42:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; } int getFillIndex() const { return fillIndex; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -