Searched defs:showHandles (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp186 newpm->showHandles(_show_handles);
517 void MultiPathManipulator::showHandles(bool show) function in class:Inkscape::UI::MultiPathManipulator
519 invokeForAll(&PathManipulator::showHandles, show);
H A Dnode.cpp783 void Node::showHandles(bool v) function in class:Inkscape::UI::Node
H A Dpath-manipulator.cpp915 void PathManipulator::showHandles(bool show) function in class:Inkscape::UI::PathManipulator
922 j->showHandles(true);
923 if (j.prev()) j.prev()->showHandles(true);
924 if (j.next()) j.next()->showHandles(true);
930 j->showHandles(false);
1618 node->showHandles(true);
1619 if (iters[1]) iters[1]->showHandles(true);
1620 if (iters[3]) iters[3]->showHandles(true);
1634 iters[i]->showHandles(false);

Completed in 936 milliseconds