Lines Matching refs:guide
21 #include "guide-snapper.h"
312 * Wrapper method to make snapping of the guide origin a bit easier (i.e. simplifies the calling code).
316 * @param p Current position of the point on the guide that is to be snapped; will be overwritten by the position of the snap target if snapping has occurred.
317 * @param origin_or_vector Data used for tangential and perpendicular snapping. When rotating a guide the origin of the rotation is specified here, whereas when
318 * dragging a guide its vector is specified here
320 * @param freeze_angle If true (in which case origin is false), then the vector specified in origin_or_vector will not be touched, i.e. the guide will
321 * in all circumstances keep its angle. Otherwise the vector in origin_or_vector can be updated, meaning that the guide might take on the angle of a curve that
327 * Wrapper method to make snapping of the guide origin a bit easier (i.e. simplifies the calling code).
331 * @param p Current position of the point on the guide that is to be snapped; will be overwritten by the position of the snap target if snapping has occurred.
332 * @param guideline The guide that is currently being dragged
336 Inkscape::GuideSnapper guide; ///< guide snapper
346 * list contains exactly one instance of the guide snapper and of the object snapper
390 * @param point_type Category of points to which the source point belongs: node, guide or bounding box.
424 SPGuide *_guide_to_ignore; ///< A guide that should not be snapped to, e.g. the guide that is currently being dragged