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

/inkscape/src/ui/tools/
H A Dpencil-tool.h58 bool _handleMotionNotify(GdkEventMotion const &mevent);
H A Dconnector-tool.h128 bool _handleMotionNotify(GdkEventMotion const &mevent);
H A Dpen-tool.h87 bool _handleMotionNotify(GdkEventMotion const &mevent);
H A Dconnector-tool.cpp436 ret = this->_handleMotionNotify(event->motion);
559 bool ConnectorTool::_handleMotionNotify(GdkEventMotion const &mevent) { function in class:Inkscape::UI::Tools::ConnectorTool
H A Dpencil-tool.cpp118 ret = this->_handleMotionNotify(event->motion);
223 bool PencilTool::_handleMotionNotify(GdkEventMotion const &mevent) { function in class:Inkscape::UI::Tools::PencilTool
H A Dpen-tool.cpp340 ret = this->_handleMotionNotify(event->motion);
555 bool PenTool::_handleMotionNotify(GdkEventMotion const &mevent) { function in class:Inkscape::UI::Tools::PenTool

Completed in 21 milliseconds