Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / snap.h
index 14adf399facbb4e564653ee6a7f068beb55e776b..177e9b529fc0cc3f485526fe45cd2e5687b3f10e 100644 (file)
@@ -54,6 +54,7 @@ public:
     typedef std::list<const Inkscape::Snapper*> SnapperList;
 
     bool someSnapperMightSnap() const;
+    bool gridSnapperMightSnap() const;
 
     void setup(SPDesktop const *desktop, bool snapindicator = true, SPItem const *item_to_ignore = NULL, std::vector<Geom::Point> *unselected_nodes = NULL);
     void setup(SPDesktop const *desktop, bool snapindicator, std::vector<SPItem const *> &items_to_ignore, std::vector<Geom::Point> *unselected_nodes = NULL);