]> Shamusworld >> Repos - architektonas/blobdiff - src/drawingview.h
Initial stab at text object. Nonfunctional ATM.
[architektonas] / src / drawingview.h
index 98b34b5681fab05569975ca3754ffd86777cb421..b8f1760230700ecdb00d06c6b251c713397aa25f 100644 (file)
@@ -40,8 +40,10 @@ class DrawingView: public QWidget
                QPixmap gridBackground;
                double scale;                                                   // Window scaling factor
                int32_t offsetX, offsetY;                               // Window offsets
+       public:
                Container document;
                double gridSpacing;
+       private:
                bool collided;
 //Should this go into Object's class variables???
                bool rotateTool;