]> Shamusworld >> Repos - architektonas/blobdiff - src/object.h
Initial stab at getting Circle to respond to selection rectangle.
[architektonas] / src / object.h
index 34063a76e522d44f976a54f3db3d47c9f5d29287..5d51f57d79f254ea933b8b58f3c7dc218c6bc877 100644 (file)
@@ -78,6 +78,9 @@ class Object
                static bool snapToGrid;
                static bool ignoreClicks;
                static bool dontMove;
+       public:
+               static bool selectionInProgress;
+               static QRectF selection;
 };
 
 #endif // __OBJECT_H__