Searched refs:root_handler (Results 1 - 25 of 48) sorted by relevance

12

/inkscape/src/ui/tools/
H A Ddropper-tool.h47 virtual bool root_handler(GdkEvent* event);
H A Deraser-tool.h46 virtual bool root_handler(GdkEvent* event);
H A Drect-tool.h39 virtual bool root_handler(GdkEvent* event);
H A Dstar-tool.h38 virtual bool root_handler(GdkEvent* event);
H A Dzoom-tool.h34 virtual bool root_handler(GdkEvent* event);
H A Darc-tool.h48 virtual bool root_handler(GdkEvent* event);
H A Dbox3d-tool.h57 virtual bool root_handler(GdkEvent* event);
H A Dcalligraphic-tool.h53 virtual bool root_handler(GdkEvent* event);
H A Dflood-tool.h37 virtual bool root_handler(GdkEvent* event);
H A Dgradient-tool.h48 virtual bool root_handler(GdkEvent* event);
H A Dmesh-tool.h51 virtual bool root_handler(GdkEvent* event);
H A Dpencil-tool.h54 virtual bool root_handler(GdkEvent* event);
H A Dspiral-tool.h41 virtual bool root_handler(GdkEvent* event);
H A Dtweak-tool.h81 virtual bool root_handler(GdkEvent* event);
H A Dselect-tool.h58 virtual bool root_handler(GdkEvent* event);
H A Dzoom-tool.cpp74 bool ZoomTool::root_handler(GdkEvent* event) { function in class:Inkscape::UI::Tools::ZoomTool
223 ret = ToolBase::root_handler(event);
H A Dlpe-tool.h69 virtual bool root_handler(GdkEvent* event);
H A Dspray-tool.h119 virtual bool root_handler(GdkEvent* event);
H A Dconnector-tool.h115 virtual bool root_handler(GdkEvent* event);
H A Dfreehand-base.h104 virtual bool root_handler(GdkEvent* event);
H A Dnode-tool.h61 virtual bool root_handler(GdkEvent* event);
H A Dtext-tool.h82 virtual bool root_handler(GdkEvent* event);
H A Dlpe-tool.cpp177 bool LpeTool::root_handler(GdkEvent* event) { function in class:Inkscape::UI::Tools::LpeTool
184 //ret = ((ToolBaseClass *) sp_lpetool_context_parent_class)->root_handler(event_context, event);
185 return PenTool::root_handler(event);
216 //ret = ((ToolBaseClass *) sp_lpetool_context_parent_class)->root_handler(event_context, event);
217 ret = PenTool::root_handler(event);
253 ret = PenTool::root_handler(event);
H A Dmeasure-tool.h45 virtual bool root_handler(GdkEvent* event);
H A Dpen-tool.h82 virtual bool root_handler(GdkEvent* event);

Completed in 39 milliseconds

12