This commit is contained in:
thepra
2017-08-29 17:25:16 +02:00
parent b9d0a0a272
commit e8c2ec4add
6 changed files with 323 additions and 121 deletions

View File

@ -24,6 +24,9 @@ class RenderArea : public QWidget
QColor backgroundColor() const { return mBackgroundColour; }
void setShape(ShapesType shape) { mShape = shape; OnShapeChanged(); }
ShapesType shape() const { return mShape; }
void setInternalLenght(double l);
void setScale(double s);
void setStepCount(double s);
signals: