up
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user