Searched defs:SnapCandidatePoint (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsnap-candidate.h28 class SnapCandidatePoint class in namespace:Inkscape
31 SnapCandidatePoint() {}; // only needed / used for resizing() of a vector in seltrans.cpp; do not use uninitialized instances! function in class:Inkscape::SnapCandidatePoint
33 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, long const source_num, Inkscape::SnapTargetType const target, Geom::OptRect const &bbox) function in class:Inkscape::SnapCandidatePoint
43 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, Inkscape::SnapTargetType const target) function in class:Inkscape::SnapCandidatePoint
53 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source) function in class:Inkscape::SnapCandidatePoint
78 bool operator <(const SnapCandidatePoint &other) const { return _dist < other._dist; } // Needed for sorting the SnapCandidatePoints
92 // If this SnapCandidatePoint is a snap source, then _source_type must be defined. If it

Completed in 24 milliseconds