Lines Matching defs:position
73 * position argument.
104 /// @name Adjust the position of the control point
106 /** Current position of the control point. */
107 Geom::Point const &position() const { return _position; }
112 * Move the control point to new position with side effects.
228 * @param initial_pos Initial position of the control point in desktop coordinates
242 * @param initial_pos Initial position of the control point in desktop coordinates
264 * Called while dragging, but before moving the knot to new position.
266 * @param pos Old position, always equal to position()
267 * @param new_pos New position (after drag). This is passed as a non-const reference,
388 Geom::Point _position; ///< Current position in desktop coordinates