Code

Added test script I thought was already added.
[inkscape.git] / src / desktop.h
index b55d9da01fd674f5f905b9709cd77a20a4dce881..73b9262ddd01d6dfcd93aadc7c8c06d3030e11ab 100644 (file)
@@ -285,12 +285,13 @@ struct SPDesktop : public Inkscape::UI::View::View
 
     void setWaitingCursor();
     void clearWaitingCursor();
+    bool isWaitingCursor() const { return waiting_cursor; };
 
     void toggleColorProfAdjust();
 
     void toggleGrids();
-    void toggleSnapping();
-    bool gridsEnabled() { return grids_visible; }
+    void toggleSnapGlobal();
+    bool gridsEnabled() const { return grids_visible; };
     void showGrids(bool show, bool dirty_document = true);
 
     bool is_iconified();