Searched refs:setNodeType (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h51 void setNodeType(NodeType t);
H A Dmulti-path-manipulator.cpp290 void MultiPathManipulator::setNodeType(NodeType type) function in class:Inkscape::UI::MultiPathManipulator
703 setNodeType(NODE_CUSP);
711 setNodeType(NODE_SMOOTH);
719 setNodeType(NODE_AUTO);
727 setNodeType(NODE_SYMMETRIC);
/inkscape/src/widgets/
H A Dnode-toolbar.cpp178 nt->_multipath->setNodeType(Inkscape::UI::NODE_CUSP);
186 nt->_multipath->setNodeType(Inkscape::UI::NODE_SMOOTH);
194 nt->_multipath->setNodeType(Inkscape::UI::NODE_SYMMETRIC);
202 nt->_multipath->setNodeType(Inkscape::UI::NODE_AUTO);

Completed in 18 milliseconds