kicad/include/tool
Jeff Young b429dbfb88 Fix bugs with ACTIONs not being "honest" singletons.
Delete the copy ctor and assignment operator to start with, but
even then the separate apps each have their own statically allocated
copy of the common actions.  So we need to update all of them, which
also means having the kicad manager frame's set of actions on hand).

This changelist also adds a Clear Hotkey Assignment function since
the hotkeys set is now likely to be sparse with respect to the
actions.
2019-06-14 16:54:46 +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 Mark unfold bus menu as clean so it doesn't get generated a second time. 2019-05-23 00:27:53 +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 Instantate a default menu from no selection when menu is first built. 2019-06-02 12:58:08 +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 Push resetLocalCoords down into COMMON_TOOLS. 2019-05-29 00:26:29 +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 Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +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