]> Shamusworld >> Repos - architektonas/blobdiff - src/drawingview.h
Added rotation tool.
[architektonas] / src / drawingview.h
index 55384fa48a3c7c686abc5ba2d44b46dd2d961718..bd3e07e43307fe4d1256fa4898d70a683a243390 100644 (file)
@@ -14,7 +14,7 @@ class DrawingView: public QWidget
                DrawingView(QWidget * parent = NULL);
 
        public:
-               void SetRotateToolActive(bool state = true);
+//             void SetRotateToolActive(bool state = true);
                void SetToolActive(Action * action);
                void SetGridSize(uint32_t);
                void UpdateGridBackground(void);
@@ -50,8 +50,8 @@ class DrawingView: public QWidget
                bool collided;
 //Should this go into Object's class variables???
 //maybe, maybe not... :-P
-               bool rotateTool;
-               double rx, ry;
+//             bool rotateTool;
+//             double rx, ry;
                bool scrollDrag;
                Vector oldPoint;
 //             bool addLineTool;