Lines Matching defs:point
13 #include "ui/tool/selectable-control-point.h"
17 #include "ui/tool/control-point-selection.h"
45 * Fires when a control point is added to or removed from the selection.
46 * The first param contains a pointer to the control point that changed sel. state.
47 * The second says whether the point is currently selected.
78 /** Add a control point to the selection. */
99 /** Remove a point from the selection. */
339 void ControlPointSelection::_pointGrabbed(SelectableControlPoint *point)
343 _grabbed_point = point;
344 _farthest_point = point;
375 // the currently transformed point. We then transform the point
482 } else if (_one_node_handles && size() == 1) { // only one control point in selection
547 // rotate around the mouseovered point, or the selection's rotation center
569 // the topmost point of a circle circumscribed about the selection's bounding box
651 // implement generic event handling that should apply for all control point selections here;