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

/inkscape/src/ui/tools/
H A Dpencil-tool.h60 bool _handleKeyPress(GdkEventKey const &event);
H A Dconnector-tool.h130 bool _handleKeyPress(guint const keyval);
H A Dpen-tool.h90 bool _handleKeyPress(GdkEvent *event);
H A Dconnector-tool.cpp444 ret = this->_handleKeyPress(get_group0_keyval (&event->key));
708 bool ConnectorTool::_handleKeyPress(guint const keyval) { function in class:Inkscape::UI::Tools::ConnectorTool
H A Dpencil-tool.cpp126 ret = this->_handleKeyPress(event->key);
460 bool PencilTool::_handleKeyPress(GdkEventKey const &event) { function in class:Inkscape::UI::Tools::PencilTool
H A Dpen-tool.cpp352 ret = this->_handleKeyPress(event);
1058 bool PenTool::_handleKeyPress(GdkEvent *event) { function in class:Inkscape::UI::Tools::PenTool

Completed in 27 milliseconds