Searched refs:showHandles (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h70 void showHandles(bool show);
H A Dpath-manipulator.h88 void showHandles(bool show);
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);
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.h183 void showHandles(bool v);
H A Dnode.cpp783 void Node::showHandles(bool v) function in class:Inkscape::UI::Node
/inkscape/src/ui/tools/
H A Dnode-tool.cpp336 this->_multipath->showHandles(this->show_handles);

Completed in 210 milliseconds