Searched refs:_handleButtonRelease (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/tools/
H A Dpencil-tool.h59 bool _handleButtonRelease(GdkEventButton const &revent);
H A Dconnector-tool.h129 bool _handleButtonRelease(GdkEventButton const &revent);
H A Dpen-tool.h88 bool _handleButtonRelease(GdkEventButton const &revent);
H A Dconnector-tool.cpp440 ret = this->_handleButtonRelease(event->button);
648 bool ConnectorTool::_handleButtonRelease(GdkEventButton const &revent) { function in class:Inkscape::UI::Tools::ConnectorTool
H A Dpencil-tool.cpp122 ret = this->_handleButtonRelease(event->button);
341 bool PencilTool::_handleButtonRelease(GdkEventButton const &revent) { function in class:Inkscape::UI::Tools::PencilTool
H A Dpen-tool.cpp315 ret = this->_handleButtonRelease(event->button);
344 ret = this->_handleButtonRelease(event->button);
720 bool PenTool::_handleButtonRelease(GdkEventButton const &revent) { function in class:Inkscape::UI::Tools::PenTool

Completed in 30 milliseconds