/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

  1. #ifndef CIRCLE_H
  2. #define CIRCLE_H
  3. #include "../designtool.h"
  4. class CircleTool : public DesignTool
  5. {
  6. Q_OBJECT
  7. public:
  8. explicit CircleTool(DrawingView *view);
  9. signals:
  10. public slots:
  11. };
  12. #endif // CIRCLE_H