]> Shamusworld >> Repos - architektonas/blobdiff - src/object.h
Added new triangulation tool, ability to snap to endpoints/intersections.
[architektonas] / src / object.h
index b83adaf02399fcb9e3f89db4dfaea9ebb3b2809f..ff29e1f7618328b5fa7689efc95c4ec6a6221b51 100644 (file)
@@ -97,6 +97,8 @@ class Object
                static QRectF selection;
                static double gridSpacing;                      // Grid spacing in base units
                static int currentLayer;
+               static Point snapPoint;
+               static bool snapPointIsValid;
 };
 
 #endif // __OBJECT_H__