X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdrawingview.h;h=bd3e07e43307fe4d1256fa4898d70a683a243390;hb=921bf050ffe5fc81a9ab377e634180e659ee5d5d;hp=55384fa48a3c7c686abc5ba2d44b46dd2d961718;hpb=67fbc130b4b6b4d253f69a9c32980d3d3306def5;p=architektonas diff --git a/src/drawingview.h b/src/drawingview.h index 55384fa..bd3e07e 100644 --- a/src/drawingview.h +++ b/src/drawingview.h @@ -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;