Code

add enableSiox() for testing
[inkscape.git] / src / trace / trace.h
index bf4a345a6952622c9f8fa3c32b0ca12bcc95dc2e..4a5622b17a8c1a5611c5f51305ce2d46c88ceeb2 100644 (file)
@@ -172,6 +172,7 @@ public:
         {
         engine       = NULL;
         selectedItem = NULL;
+        sioxEnabled  = false;
         }
 
 
@@ -202,6 +203,11 @@ public:
      */
     void abort();
 
+    /**
+     *  Whether we want to enable SIOX subimage selection
+     */
+    void enableSiox(bool enable);
+
 
 private:
 
@@ -226,6 +232,8 @@ private:
 
     SPItem *selectedItem;
 
+    bool sioxEnabled;
+
 
 };//class Tracer