Inkscape
Vector Graphics Editor
|
Class describing the result of an attempt to snap. More...
#include <snapped-point.h>
Public Member Functions | |
SnappedPoint () | |
SnappedPoint (Geom::Point const &p) | |
SnappedPoint (Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &at_intersection, bool const &constrained_snap, bool const &fully_constrained, Geom::Coord const &d2, Geom::Coord const &t2, bool const &a2) | |
SnappedPoint (Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox=Geom::OptRect()) | |
SnappedPoint (Geom::Point const &p, Geom::Point const &ap, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox) | |
SnappedPoint (Geom::Point const &p, Geom::Point const &ap, Geom::Point const &ap2, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox) | |
SnappedPoint (Geom::Point const &p, std::vector< Geom::Rect > const &bboxes, Geom::Rect const &source_bbox, Geom::Coord equal_dist, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained) | |
SnappedPoint (Geom::Point const &p, std::vector< Geom::Rect > const &bboxes, std::vector< Geom::Rect > const &bboxes2, Geom::Rect const &source_bbox, Geom::Coord equal_dist, Geom::Coord equal_dist2, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained) | |
SnappedPoint (SnapCandidatePoint const &p, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained) | |
~SnappedPoint () | |
Geom::Coord | getSnapDistance () const |
void | setSnapDistance (Geom::Coord const d) |
Geom::Coord | getTolerance () const |
bool | getAlwaysSnap () const |
Geom::Coord | getSecondSnapDistance () const |
void | setSecondSnapDistance (Geom::Coord const d) |
Geom::Coord | getSecondTolerance () const |
bool | getSecondAlwaysSnap () const |
Geom::Coord | getPointerDistance () const |
void | setPointerDistance (Geom::Coord const d) |
std::vector< Geom::Rect > const & | getBBoxes () const |
std::vector< Geom::Rect > const & | getBBoxes2 () const |
void | getPointIfSnapped (Geom::Point &p) const |
Geom::Point | getPoint () const |
void | setPoint (Geom::Point const &p) |
void | setAlignmentTarget (std::optional< Geom::Point > const &p) |
void | setAlignmentTarget2 (std::optional< Geom::Point > const &p) |
Geom::Point | getTangent () const |
std::optional< Geom::Point > | getAlignmentTarget () const |
std::optional< Geom::Point > | getAlignmentTarget2 () const |
Geom::Coord | getDistanceToAlignTarget () const |
bool | getAtIntersection () const |
bool | getFullyConstrained () const |
bool | getConstrainedSnap () const |
bool | getSnapped () const |
void | setTarget (SnapTargetType const target) |
void | setAlignmentTargetType (SnapTargetType const target) |
SnapTargetType | getTarget () const |
SnapTargetType | getAlignmentTargetType () const |
bool | getOnPath () const |
void | setTargetBBox (Geom::OptRect const target) |
Geom::OptRect const | getTargetBBox () const |
Geom::OptRect const | getSourceBBox () const |
Geom::Coord | getDistributionDistance () const |
Geom::Coord | getDistributionDistance2 () const |
void | setSource (SnapSourceType const source) |
SnapSourceType | getSource () const |
long | getSourceNum () const |
bool | isOtherSnapBetter (SnappedPoint const &other_one, bool weighted) const |
Protected Attributes | |
Geom::Point | _point |
Geom::Point | _tangent |
std::optional< Geom::Point > | _alignment_target |
std::optional< Geom::Point > | _alignment_target2 |
std::vector< Geom::Rect > | _distribution_bboxes |
std::vector< Geom::Rect > | _distribution_bboxes2 |
SnapSourceType | _source |
long | _source_num |
SnapTargetType | _target |
std::optional< SnapTargetType > | _alignment_target_type |
bool | _at_intersection |
bool | _constrained_snap |
bool | _fully_constrained |
Geom::Coord | _distance |
Geom::Coord | _tolerance |
bool | _always_snap |
Geom::Coord | _second_distance |
Geom::Coord | _second_tolerance |
Geom::Coord | _equal_distance |
Geom::Coord | _equal_distance2 |
bool | _second_always_snap |
Geom::OptRect | _target_bbox |
Geom::OptRect | _source_bbox |
Geom::Coord | _pointer_distance |
Class describing the result of an attempt to snap.
Definition at line 28 of file snapped-point.h.
Inkscape::SnappedPoint::SnappedPoint | ( | ) |
Definition at line 181 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p | ) |
Definition at line 202 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | at_intersection, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained, | ||
Geom::Coord const & | d2, | ||
Geom::Coord const & | t2, | ||
bool const & | a2 | ||
) |
Definition at line 158 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained, | ||
Geom::OptRect | target_bbox = Geom::OptRect() |
||
) |
Definition at line 18 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
Geom::Point const & | ap, | ||
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained, | ||
Geom::OptRect | target_bbox | ||
) |
Definition at line 41 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
Geom::Point const & | ap, | ||
Geom::Point const & | ap2, | ||
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained, | ||
Geom::OptRect | target_bbox | ||
) |
Definition at line 65 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
std::vector< Geom::Rect > const & | bboxes, | ||
Geom::Rect const & | source_bbox, | ||
Geom::Coord | equal_dist, | ||
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained | ||
) |
Definition at line 89 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Geom::Point const & | p, |
std::vector< Geom::Rect > const & | bboxes, | ||
std::vector< Geom::Rect > const & | bboxes2, | ||
Geom::Rect const & | source_bbox, | ||
Geom::Coord | equal_dist, | ||
Geom::Coord | equal_dist2, | ||
SnapSourceType const & | source, | ||
long | source_num, | ||
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained | ||
) |
Definition at line 112 of file snapped-point.cpp.
Inkscape::SnappedPoint::SnappedPoint | ( | Inkscape::SnapCandidatePoint const & | p, |
SnapTargetType const & | target, | ||
Geom::Coord const & | d, | ||
Geom::Coord const & | t, | ||
bool const & | a, | ||
bool const & | constrained_snap, | ||
bool const & | fully_constrained | ||
) |
Definition at line 137 of file snapped-point.cpp.
|
default |
|
inline |
Definition at line 82 of file snapped-point.h.
References _alignment_target.
Referenced by Inkscape::AlignmentSnapper::_snapBBoxPoints(), getClosestSP(), and Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 90 of file snapped-point.h.
References _alignment_target2.
Referenced by getClosestSP(), and Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 110 of file snapped-point.h.
References _alignment_target_type, and Inkscape::SNAPTARGET_UNDEFINED.
Referenced by getClosestSP(), and Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 46 of file snapped-point.h.
References _always_snap.
Referenced by Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLine::intersect(), Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLineSegment::intersect(), isOtherSnapBetter(), and Inkscape::PureTransform::snap().
|
inline |
Definition at line 103 of file snapped-point.h.
References _at_intersection.
Referenced by getClosestIntersectionCL(), getClosestIntersectionCS(), getClosestIntersectionSL(), getClosestIntersectionSL(), getClosestIntersectionSLS(), isOtherSnapBetter(), and Inkscape::PureTransform::snap().
|
inline |
Definition at line 54 of file snapped-point.h.
References _distribution_bboxes.
Referenced by Inkscape::DistributionSnapper::_snapEquidistantPoints(), and Inkscape::Display::SnapIndicator::make_distribution_indicators().
|
inline |
Definition at line 55 of file snapped-point.h.
References _distribution_bboxes2.
Referenced by Inkscape::Display::SnapIndicator::make_distribution_indicators().
|
inline |
Definition at line 105 of file snapped-point.h.
References _constrained_snap.
Referenced by isOtherSnapBetter().
|
inline |
Definition at line 98 of file snapped-point.h.
References _alignment_target, _point, Geom::infinity(), and Geom::L2().
Referenced by Inkscape::AlignmentSnapper::_snapBBoxPoints(), and getClosestSP().
|
inline |
Definition at line 119 of file snapped-point.h.
References _equal_distance.
Referenced by Inkscape::DistributionSnapper::_snapEquidistantPoints(), and Inkscape::Display::SnapIndicator::make_distribution_indicators().
|
inline |
Definition at line 120 of file snapped-point.h.
References _equal_distance2.
Referenced by Inkscape::Display::SnapIndicator::make_distribution_indicators().
|
inline |
Definition at line 104 of file snapped-point.h.
References _fully_constrained.
Referenced by isOtherSnapBetter().
bool Inkscape::SnappedPoint::getOnPath | ( | ) | const |
Definition at line 435 of file snapped-point.cpp.
References Inkscape::SNAPTARGET_ELLIPSE_QUADRANT_POINT, Inkscape::SNAPTARGET_LINE_MIDPOINT, Inkscape::SNAPTARGET_PATH, Inkscape::SNAPTARGET_PATH_CLIP, Inkscape::SNAPTARGET_PATH_GUIDE_INTERSECTION, Inkscape::SNAPTARGET_PATH_INTERSECTION, Inkscape::SNAPTARGET_PATH_MASK, Inkscape::SNAPTARGET_PATH_PERPENDICULAR, and Inkscape::SNAPTARGET_PATH_TANGENTIAL.
Referenced by SnapManager::findBestSnap().
|
inline |
Definition at line 71 of file snapped-point.h.
References _point.
Referenced by Inkscape::AlignmentSnapper::_snapBBoxPoints(), Inkscape::DistributionSnapper::_snapEquidistantPoints(), Inkscape::UI::PathManipulator::_updateDragPoint(), Inkscape::SelTrans::centerRequest(), SnapManager::constrainedSnapReturnByRef(), Inkscape::UI::CurveDragPoint::dragged(), Inkscape::UI::Handle::dragged(), Inkscape::UI::Node::dragged(), getClosestSP(), Inkscape::UI::Tools::PagesTool::getSnappedResizePoint(), gr_knot_moved_handler(), Inkscape::SnappedLine::intersect(), Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLineSegment::intersect(), isOtherSnapBetter(), Inkscape::UI::Tools::MeasureTool::knotEndMovedHandler(), Inkscape::UI::Tools::MeasureTool::knotStartMovedHandler(), SnapManager::multipleConstrainedSnaps(), SnapManager::multipleOfGridPitch(), Inkscape::Display::SnapIndicator::set_new_snaptarget(), Inkscape::snap_rectangular_box(), SnapManager::snapTransformed(), Inkscape::UI::Tools::spdc_endpoint_snap_free(), Inkscape::UI::Tools::spdc_endpoint_snap_rotation(), Inkscape::PureTranslate::storeTransform(), Inkscape::PureScale::storeTransform(), Inkscape::PureStretchConstrained::storeTransform(), Inkscape::PureSkewConstrained::storeTransform(), Inkscape::PureRotateConstrained::storeTransform(), and Box3D::vp_knot_moved_handler().
|
inline |
Definition at line 51 of file snapped-point.h.
References _pointer_distance.
Referenced by isOtherSnapBetter().
void Inkscape::SnappedPoint::getPointIfSnapped | ( | Geom::Point & | p | ) | const |
Definition at line 226 of file snapped-point.cpp.
Referenced by SnapManager::freeSnapReturnByRef(), SnapManager::guideConstrainedSnap(), and SnapManager::guideFreeSnap().
|
inline |
Definition at line 50 of file snapped-point.h.
References _second_always_snap.
|
inline |
Definition at line 47 of file snapped-point.h.
References _second_distance.
Referenced by getClosestIntersectionCL(), getClosestIntersectionCS(), getClosestIntersectionSL(), getClosestIntersectionSL(), getClosestIntersectionSLS(), and isOtherSnapBetter().
|
inline |
Definition at line 49 of file snapped-point.h.
References _second_tolerance.
|
inline |
Definition at line 43 of file snapped-point.h.
References _distance.
Referenced by Inkscape::AlignmentSnapper::_snapBBoxPoints(), Inkscape::ObjectSnapper::_snapNodes(), getClosestIntersectionCL(), getClosestIntersectionCS(), getClosestIntersectionSL(), getClosestIntersectionSL(), getClosestIntersectionSLS(), getClosestSP(), Inkscape::SnappedLine::intersect(), Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLineSegment::intersect(), isOtherSnapBetter(), SnapManager::multipleOfGridPitch(), Inkscape::PureTransform::snap(), and Inkscape::snap_rectangular_box().
|
inline |
Definition at line 106 of file snapped-point.h.
References _distance, and Geom::infinity().
Referenced by SnapManager::constrainedAngularSnap(), SnapManager::findBestSnap(), gr_knot_moved_handler(), SnapManager::guideFreeSnap(), isOtherSnapBetter(), Inkscape::SelTrans::moveTo(), Inkscape::UI::Tools::PagesTool::moveTo(), SnapManager::multipleOfGridPitch(), SnapManager::preSnap(), Inkscape::SelTrans::rotateRequest(), Inkscape::SelTrans::scaleRequest(), Inkscape::Display::SnapIndicator::set_new_snaptarget(), Inkscape::SelTrans::skewRequest(), Inkscape::PureTransform::snap(), Inkscape::snap_rectangular_box(), SnapManager::snapTransformed(), Inkscape::SelTrans::stretchRequest(), and Box3D::vp_knot_moved_handler().
|
inline |
Definition at line 122 of file snapped-point.h.
References _source.
Referenced by Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 118 of file snapped-point.h.
References _source_bbox.
|
inline |
Definition at line 123 of file snapped-point.h.
References _source_num.
Referenced by Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLine::intersect(), Inkscape::SnappedCurve::intersect(), and Inkscape::SnappedLineSegment::intersect().
|
inline |
Definition at line 81 of file snapped-point.h.
References _tangent.
Referenced by SnapManager::guideFreeSnap().
|
inline |
Definition at line 109 of file snapped-point.h.
References _target.
Referenced by getClosestSP(), isOtherSnapBetter(), Inkscape::Display::SnapIndicator::make_distribution_indicators(), and Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 117 of file snapped-point.h.
References _target_bbox.
Referenced by Inkscape::Display::SnapIndicator::set_new_snaptarget().
|
inline |
Definition at line 45 of file snapped-point.h.
References _tolerance.
Referenced by Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLine::intersect(), Inkscape::SnappedCurve::intersect(), Inkscape::SnappedLineSegment::intersect(), and isOtherSnapBetter().
bool Inkscape::SnappedPoint::isOtherSnapBetter | ( | Inkscape::SnappedPoint const & | other_one, |
bool | weighted | ||
) | const |
Definition at line 344 of file snapped-point.cpp.
References Inkscape::Preferences::get(), getAlwaysSnap(), getAtIntersection(), Inkscape::Preferences::getBool(), getConstrainedSnap(), Inkscape::Preferences::getDoubleLimited(), getFullyConstrained(), getPoint(), getPointerDistance(), getSecondSnapDistance(), getSnapDistance(), getSnapped(), getTarget(), getTolerance(), Geom::infinity(), Geom::L2(), Inkscape::SNAPTARGET_CONSTRAINT, and w.
Referenced by SnapManager::findBestSnap(), Inkscape::SelTrans::moveTo(), Inkscape::SelTrans::scaleRequest(), Inkscape::PureTransform::snap(), and Inkscape::SelTrans::stretchRequest().
|
inline |
Definition at line 73 of file snapped-point.h.
References _alignment_target.
|
inline |
Definition at line 77 of file snapped-point.h.
References _alignment_target2.
|
inline |
Definition at line 108 of file snapped-point.h.
References _alignment_target_type.
|
inline |
Definition at line 72 of file snapped-point.h.
References _point.
Referenced by gr_knot_moved_handler(), SnapManager::multipleConstrainedSnaps(), and SnapManager::multipleOfGridPitch().
|
inline |
Definition at line 52 of file snapped-point.h.
References _pointer_distance.
Referenced by Inkscape::PureTransform::snap().
|
inline |
Definition at line 48 of file snapped-point.h.
References _second_distance.
Referenced by Inkscape::PureScale::storeTransform(), Inkscape::PureStretchConstrained::storeTransform(), Inkscape::PureSkewConstrained::storeTransform(), and Inkscape::PureRotateConstrained::storeTransform().
|
inline |
Definition at line 44 of file snapped-point.h.
References _distance.
Referenced by Inkscape::PureTransform::snap(), Inkscape::PureScale::storeTransform(), Inkscape::PureStretchConstrained::storeTransform(), Inkscape::PureSkewConstrained::storeTransform(), and Inkscape::PureRotateConstrained::storeTransform().
|
inline |
Definition at line 121 of file snapped-point.h.
References _source.
Referenced by SnapManager::findBestSnap().
|
inline |
Definition at line 107 of file snapped-point.h.
References _target.
Referenced by SnapManager::constrainedAngularSnap(), SnapManager::findBestSnap(), and gr_knot_moved_handler().
|
inline |
Definition at line 116 of file snapped-point.h.
References _target_bbox.
|
protected |
Definition at line 147 of file snapped-point.h.
Referenced by getAlignmentTarget(), getDistanceToAlignTarget(), and setAlignmentTarget().
|
protected |
Definition at line 148 of file snapped-point.h.
Referenced by getAlignmentTarget2(), and setAlignmentTarget2().
|
protected |
Definition at line 154 of file snapped-point.h.
Referenced by getAlignmentTargetType(), and setAlignmentTargetType().
|
protected |
Definition at line 167 of file snapped-point.h.
Referenced by getAlwaysSnap(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 155 of file snapped-point.h.
Referenced by getAtIntersection(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 156 of file snapped-point.h.
Referenced by getConstrainedSnap().
|
protected |
Definition at line 163 of file snapped-point.h.
Referenced by getSnapDistance(), getSnapped(), setSnapDistance(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 149 of file snapped-point.h.
Referenced by getBBoxes().
|
protected |
Definition at line 150 of file snapped-point.h.
Referenced by getBBoxes2().
|
protected |
Definition at line 175 of file snapped-point.h.
Referenced by getDistributionDistance().
|
protected |
Definition at line 177 of file snapped-point.h.
Referenced by getDistributionDistance2().
|
protected |
Definition at line 157 of file snapped-point.h.
Referenced by getFullyConstrained(), and Inkscape::SnappedCurve::SnappedCurve().
|
protected |
Definition at line 145 of file snapped-point.h.
Referenced by getDistanceToAlignTarget(), getPoint(), setPoint(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 185 of file snapped-point.h.
Referenced by getPointerDistance(), and setPointerDistance().
|
protected |
Definition at line 179 of file snapped-point.h.
Referenced by getSecondAlwaysSnap(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 171 of file snapped-point.h.
Referenced by getSecondSnapDistance(), setSecondSnapDistance(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 173 of file snapped-point.h.
Referenced by getSecondTolerance(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 151 of file snapped-point.h.
Referenced by getSource(), setSource(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 183 of file snapped-point.h.
Referenced by getSourceBBox().
|
protected |
Definition at line 152 of file snapped-point.h.
Referenced by getSourceNum(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 146 of file snapped-point.h.
Referenced by getTangent(), and Inkscape::SnappedCurve::SnappedCurve().
|
protected |
Definition at line 153 of file snapped-point.h.
Referenced by getTarget(), setTarget(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().
|
protected |
Definition at line 181 of file snapped-point.h.
Referenced by getTargetBBox(), setTargetBBox(), and Inkscape::SnappedCurve::SnappedCurve().
|
protected |
Definition at line 165 of file snapped-point.h.
Referenced by getTolerance(), Inkscape::SnappedCurve::SnappedCurve(), Inkscape::SnappedLine::SnappedLine(), and Inkscape::SnappedLineSegment::SnappedLineSegment().