From 0a78ad638f3bbcd46631cb2c741fca031356b725 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 8 Mar 2008 11:32:18 +0000 Subject: Node tool: snap to paths and their nodes, incl. to the path currently being edited (bzr r4989) --- src/snapper.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/snapper.h') diff --git a/src/snapper.h b/src/snapper.h index 8aeea0a26..63f68173a 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -68,13 +68,14 @@ public: bool const &first_point, std::vector &points_to_snap, SPItem const *it) const; - + void freeSnap(SnappedConstraints &sc, PointType const &t, NR::Point const &p, bool const &first_point, std::vector &points_to_snap, - std::list const &it) const; + std::list const &it, + std::vector *unselected_nodes) const; class ConstraintLine { @@ -142,7 +143,8 @@ private: NR::Point const &p, bool const &first_point, std::vector &points_to_snap, - std::list const &it) const = 0; + std::list const &it, + std::vector *unselected_nodes) const = 0; /** * Try to snap a point to whatever this snapper is interested in, where -- cgit v1.2.3