/Primitive/MainApp/commands/circle.h
https://bitbucket.org/flexcomputer/primitive · C Header · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · f6dc3d5b754bb7da4415e47f1b3e305e MD5 · raw file
- #ifndef CIRCLE_H
- #define CIRCLE_H
- #include "../designtool.h"
- class CircleTool : public DesignTool
- {
- Q_OBJECT
- public:
- explicit CircleTool(DrawingView *view);
-
- signals:
-
- public slots:
-
- };
- #endif // CIRCLE_H