]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Added 'delete selected objects' functionality back.
[architektonas] / src / global.h
index a98b9ac815436b270ed668fad87d3b4d7b5f581e..fb057652e2b3a4956778a610d3d4a9186835df7f 100644 (file)
@@ -10,6 +10,9 @@
 
 class QFont;
 
+enum LineStyle { LSNone, LSSolid, LSDash, LSDot, LSDashDot, LSDashDotDot };
+
+
 class Global
 {
        public:
@@ -31,11 +34,13 @@ class Global
                static bool ignoreClicks;
                static bool dontMove;
                static uint32_t objectID;
+               static int tool;
 
-               // Coming soon...
                static Point origin;
                static double zoom;
                static Vector screenSize;
+
+               static float scale;
 };
 
 #endif // __GLOBALS_H__