Searched refs:_cancel (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tool/ | ||
H A D | selector.cpp | 37 _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 |
H A D | selector.h | 41 bool _cancel; member in class:Inkscape::UI::Selector |
/inkscape/src/ui/tools/ | ||
H A D | pencil-tool.h | 71 void _cancel(); |
H A D | pen-tool.h | 142 void _cancel(); |
H A D | pencil-tool.cpp | 432 void PencilTool::_cancel() { function in class:Inkscape::UI::Tools::PencilTool 477 this->_cancel(); 487 this->_cancel(); |
H A D | pen-tool.cpp | 214 void PenTool::_cancel() { function in class:Inkscape::UI::Tools::PenTool 1241 this->_cancel (); 1886 this->_cancel (); |
Completed in 35 milliseconds