kicad/include/tool
Jeff Young e4fbd003e0 Make m_passEvent event-specific rather than global.
If a tool called something like clearSelection while processing a
MOUSE_CLICK, the SELECTION_TOOL will pass the clearSelection
COMMAND_EVENT because it handles it as a transition, not as an
event. Because m_passEvent is effectively global, the tool manager
would then interpret that as passing the MOUSE_CLICK and we'd end
up processing the click by multiple tools.
2019-06-16 12:06:49 +01:00
..
examples QA: Add a generic utility tool executable. 2019-01-22 09:04:38 -05:00
action_manager.h Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +01:00
action_menu.h Immediate-action hotkeys (and context menu actions) for eeschema. 2019-06-15 20:43:51 +01:00
action_toolbar.h Use the ACTION_ID offset when updating the layer pair bitmap. 2019-06-11 09:13:56 +01:00
actions.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
common_control.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
common_tools.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
conditional_menu.h Remove selection condition from conditional menu separators. 2019-06-15 20:43:51 +01:00
coroutine.h Fix init order to quiet warnings 2019-02-16 12:53:45 -08:00
edit_constraints.h Moving PageLayout editor to GAL canvas and modern toolset. 2019-05-24 19:49:09 +01:00
edit_points.h Moving PageLayout editor to GAL canvas and modern toolset. 2019-05-24 19:49:09 +01:00
grid_menu.h CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
selection.h Fix crash when fetching bounding box of empty selection. 2019-06-13 15:51:32 +01:00
selection_conditions.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
tool_action.h Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +01:00
tool_base.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
tool_dispatcher.h Start moving some LibEdit and SchEdit menubar menus to actions. 2019-05-13 21:44:29 +01:00
tool_event.h Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
tool_interactive.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
tool_manager.h Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
tool_menu.h Re-jigger standard submenus so they both link AND work. 2019-06-11 18:03:16 +01:00
tool_settings.h Fix compil warnings 2017-08-04 17:46:18 +02:00
zoom_menu.h CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
zoom_tool.h Move zoom_tool.h to include 2017-09-25 13:35:01 +02:00