Searched defs:item_handler (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | box3d-tool.cpp | 161 bool Box3dTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::Box3dTool 176 // if (((ToolBaseClass *) sp_box3d_context_parent_class)->item_handler) { 177 // ret = ((ToolBaseClass *) sp_box3d_context_parent_class)->item_handler(event_context, item, event); 180 ret = ToolBase::item_handler(item, event);
|
H A D | arc-tool.cpp | 126 bool ArcTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::ArcTool 138 return ToolBase::item_handler(item, event);
|
H A D | rect-tool.cpp | 139 bool RectTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::RectTool 153 ret = ToolBase::item_handler(item, event);
|
H A D | lpe-tool.cpp | 149 bool LpeTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::LpeTool 171 ret = PenTool::item_handler(item, event);
|
H A D | select-tool.cpp | 268 bool SelectTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::SelectTool 382 ret = ToolBase::item_handler(item, event);
|
H A D | connector-tool.cpp | 372 bool ConnectorTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::ConnectorTool
|
H A D | pen-tool.cpp | 307 bool PenTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::PenTool 322 ret = FreehandBase::item_handler(item, event);
|
H A D | text-tool.cpp | 248 bool TextTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::TextTool 385 ret = ToolBase::item_handler(item, event); 1426 // item_handler moves cusros to the point of click immediately
|
H A D | tool-base.cpp | 863 bool ToolBase::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::ToolBase 1004 * Calls virtual item_handler(), the item event handling function. 1041 //ret = (SP_EVENT_CONTEXT_CLASS(G_OBJECT_GET_CLASS(event_context)))->item_handler(event_context, item, event); 1042 ret = event_context->item_handler(item, event);
|
H A D | flood-tool.cpp | 1066 bool FloodTool::item_handler(SPItem* item, GdkEvent* event) { function in class:Inkscape::UI::Tools::FloodTool 1089 // if (((ToolBaseClass *) sp_flood_context_parent_class)->item_handler) { 1090 // ret = ((ToolBaseClass *) sp_flood_context_parent_class)->item_handler(event_context, item, event); 1093 ret = ToolBase::item_handler(item, event);
|
Completed in 37 milliseconds