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