Lines Matching defs:selected
31 * Group of selected control points.
33 * Some operations can be performed on all selected points regardless of their type, therefore
47 * The second says whether the point is currently selected.
159 /** Unselect all selected points and select all unselected points. */
164 if ((*i)->selected()) {
185 bool selected = (*i)->selected();
186 if (grow && !selected) {
193 if (!grow && selected) {
195 // use >= to also deselect the origin node when it's the last one selected
209 /** Transform all selected control points by the given affine transformation. */
299 * @return Smallest rectangle containing the positions of all selected points,
435 // clicking a selected node should toggle the transform handles between rotate and scale mode,
437 if (held_no_modifiers(*event) && _handles_visible && p->selected()) {
444 void ControlPointSelection::_pointChanged(SelectableControlPoint *p, bool selected)
452 //signal_point_changed.emit(p, selected);
493 /** Moves the selected points along the supplied unit vector according to
536 * Rotates the selected points in the given direction according to the modifier state
732 if (!(*i)->selected()) {