From 8ed66ab7cb377ed90e3213fc3bba8e5bb0c63a11 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 3 Nov 2007 18:11:46 +0000 Subject: Oops, don't use tabs! (replace tabs by 4 spaces) (bzr r4020) --- src/snapper.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/snapper.h') diff --git a/src/snapper.h b/src/snapper.h index a122db72f..64150be18 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -20,10 +20,10 @@ #include "snapped-line.h" struct SnappedConstraints { - std::list points; - std::list lines; - std::list grid_lines; - std::list guide_lines; + std::list points; + std::list lines; + std::list grid_lines; + std::list guide_lines; }; struct SPNamedView; @@ -60,17 +60,17 @@ public: void setEnabled(bool s); void freeSnap(SnappedConstraints &sc, - PointType const &t, + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, SPItem const *it) const; void freeSnap(SnappedConstraints &sc, - PointType const &t, + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, std::list const &it) const; class ConstraintLine @@ -99,7 +99,7 @@ public: }; void constrainedSnap(SnappedConstraints &sc, - PointType const &t, + PointType const &t, NR::Point const &p, bool const &first_point, std::vector &points_to_snap, @@ -107,10 +107,10 @@ public: SPItem const *it) const; void constrainedSnap(SnappedConstraints &sc, - PointType const &t, + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, ConstraintLine const &c, std::list const &it) const; @@ -131,10 +131,10 @@ private: * \return Snapped point. */ virtual void _doFreeSnap(SnappedConstraints &sc, - PointType const &t, - NR::Point const &p, - bool const &first_point, - std::vector &points_to_snap, + PointType const &t, + NR::Point const &p, + bool const &first_point, + std::vector &points_to_snap, std::list const &it) const = 0; /** @@ -148,10 +148,10 @@ private: * \return Snapped point. */ virtual void _doConstrainedSnap(SnappedConstraints &sc, - PointType const &t, - NR::Point const &p, - bool const &first_point, - std::vector &points_to_snap, + PointType const &t, + NR::Point const &p, + bool const &first_point, + std::vector &points_to_snap, ConstraintLine const &c, std::list const &it) const = 0; -- cgit v1.2.3