Code

LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all referenc...
[inkscape.git] / src / guide-snapper.h
index 37e3e3006d66c51c2c733fbefed5119b8026b595..a7798c72ff3877c143c1406e47af93a6032adec5 100644 (file)
@@ -28,10 +28,12 @@ namespace Inkscape
 class GuideSnapper : public LineSnapper
 {
 public:
-    GuideSnapper(SPNamedView const *nv, NR::Coord const d);
+    GuideSnapper(SnapManager const *sm, Geom::Coord const d);    
+    bool ThisSnapperMightSnap() const;
 
 private:
-    LineList _getSnapLines(NR::Point const &p) const;
+    LineList _getSnapLines(Geom::Point const &p) const;    
+    void _addSnappedLine(SnappedConstraints &sc, Geom::Point const snapped_point, Geom::Coord const snapped_distance, Geom::Point const normal_to_line, Geom::Point const point_on_line) const;
 };
 
 }