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

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h52 void setSegmentType(SegmentType t);
H A Dpath-manipulator.h82 void setSegmentType(SegmentType);
H A Dmulti-path-manipulator.cpp318 void MultiPathManipulator::setSegmentType(SegmentType type) function in class:Inkscape::UI::MultiPathManipulator
321 invokeForAll(&PathManipulator::setSegmentType, type);
743 setSegmentType(SEGMENT_STRAIGHT);
750 setSegmentType(SEGMENT_CUBIC_BEZIER);
H A Dpath-manipulator.cpp805 void PathManipulator::setSegmentType(SegmentType type) function in class:Inkscape::UI::PathManipulator
/inkscape/src/widgets/
H A Dnode-toolbar.cpp162 nt->_multipath->setSegmentType(Inkscape::UI::SEGMENT_STRAIGHT);
170 nt->_multipath->setSegmentType(Inkscape::UI::SEGMENT_CUBIC_BEZIER);

Completed in 26 milliseconds