Searched defs:_handleMotionNotify (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
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 Dconnector-tool.cpp436 ret = this->_handleMotionNotify(event->motion);
559 bool ConnectorTool::_handleMotionNotify(GdkEventMotion const &mevent) { function in class:Inkscape::UI::Tools::ConnectorTool
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 27 milliseconds