Searched defs:_cancel (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tool/
H A Dselector.h41 bool _cancel; member in class:Inkscape::UI::Selector
H A Dselector.cpp37 _cancel(false)
61 _cancel = true;
70 _cancel = false;
77 if (_cancel) return;
83 if (_cancel) return;
98 bool _cancel; member in class:Inkscape::UI::SelectorPoint
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp432 void PencilTool::_cancel() { function in class:Inkscape::UI::Tools::PencilTool
477 this->_cancel();
487 this->_cancel();
H A Dpen-tool.cpp214 void PenTool::_cancel() { function in class:Inkscape::UI::Tools::PenTool
1241 this->_cancel ();
1886 this->_cancel ();

Completed in 53 milliseconds