summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-19 20:16:06 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-19 20:16:06 +0000
commitdb3380152e87e88c89691882ffb32bef78db07b0 (patch)
tree1434568dd36fb239fe900b327c5adb677fdff1c9 /src/snapped-curve.h
parentscour extension update (v0.23) (diff)
downloadinkscape-db3380152e87e88c89691882ffb32bef78db07b0.tar.gz
inkscape-db3380152e87e88c89691882ffb32bef78db07b0.zip
When snapping to a bounding box, flash that bounding box together with the snap indicator
(bzr r8999)
Diffstat (limited to 'src/snapped-curve.h')
-rw-r--r--src/snapped-curve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-curve.h b/src/snapped-curve.h
index 4eea6e734..21124c678 100644
--- a/src/snapped-curve.h
+++ b/src/snapped-curve.h
@@ -24,7 +24,7 @@ class SnappedCurve : public SnappedPoint
{
public:
SnappedCurve();
- SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve, SnapSourceType source, long source_num, SnapTargetType target);
+ SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve, SnapSourceType source, long source_num, SnapTargetType target, Geom::OptRect target_bbox);
~SnappedCurve();
Inkscape::SnappedPoint intersect(SnappedCurve const &curve, Geom::Point const &p, Geom::Matrix dt2doc) const; //intersect with another SnappedCurve