Searched refs:_handleKeyPress (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tools/ | ||
H A D | pencil-tool.h | 60 bool _handleKeyPress(GdkEventKey const &event); |
H A D | connector-tool.h | 130 bool _handleKeyPress(guint const keyval); |
H A D | pen-tool.h | 90 bool _handleKeyPress(GdkEvent *event); |
H A D | connector-tool.cpp | 444 ret = this->_handleKeyPress(get_group0_keyval (&event->key)); 708 bool ConnectorTool::_handleKeyPress(guint const keyval) { function in class:Inkscape::UI::Tools::ConnectorTool |
H A D | pencil-tool.cpp | 126 ret = this->_handleKeyPress(event->key); 460 bool PencilTool::_handleKeyPress(GdkEventKey const &event) { function in class:Inkscape::UI::Tools::PencilTool |
H A D | pen-tool.cpp | 352 ret = this->_handleKeyPress(event); 1058 bool PenTool::_handleKeyPress(GdkEvent *event) { function in class:Inkscape::UI::Tools::PenTool |
Completed in 27 milliseconds