Searched refs:retract (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tool/
H A Dcurve-drag-point.cpp74 // special cancel handling - retract handles when if the segment was degenerate
76 first->front()->retract();
77 second->back()->retract();
H A Dnode.cpp253 void Handle::retract() function in class:Inkscape::UI::Handle
532 "<b>Ctrl</b>: snap rotation angle to %g° increments, click to retract"),
756 // For endnodes, retract both handles. (It's only possible to create an end auto node
759 _front.retract();
760 _back.retract();
777 // If any of the adjacent nodes coincides, retract both handles.
778 _front.retract();
779 _back.retract();
H A Dnode.h111 void retract();
H A Dpath-manipulator.cpp381 j->front()->retract();
575 cur->back()->retract();
750 sel_end.prev()->back()->retract();
752 sel_beg->front()->retract();
H A Dmulti-path-manipulator.cpp294 // When all selected nodes are already cusp, retract their handles
309 node->front()->retract();
310 node->back()->retract();

Completed in 73 milliseconds