kicad/include/tool
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01:00
..
examples Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
action_manager.h Add custom UI IDs to the action framework 2023-06-20 21:52:50 +01:00
action_menu.h Move bitmap2cmp and pcb_calculator to tool framework. 2023-06-16 15:37:58 +01:00
action_toolbar.h Move simulator to tool framework. 2023-02-11 21:11:07 +00:00
actions.h ADDED: Properties panel for schematic editor 2023-06-22 22:32:24 -04:00
common_control.h Sub-menu "Preferences..." in main menu "Preferences": fix not working accelerator key. 2021-05-29 18:09:49 +02:00
common_tools.h ADDED: GUI feedback when grid setting is changed by hotkey 2023-06-17 23:18:50 -04:00
conditional_menu.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
coroutine.h Fix some (minor) issues when drawing shadow texts of RULER_ITEM and pin names. 2023-06-22 13:28:43 +02:00
edit_constraints.h Improve EC_CONVERGING behaviour when lines are almost collinear. 2023-03-16 05:41:58 +03:00
edit_points.h Partially integrate grid snapping with constraints. 2022-02-22 22:19:55 +00:00
editor_conditions.h Treat undo as backspace and/or escape when drawing. Ignore redo. 2023-06-16 22:08:21 +01:00
grid_helper.h Fix snapping dist when disabling grid 2022-12-21 17:47:45 -08:00
grid_menu.h On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
picker_tool.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
properties_tool.h ADDED: Properties panel for schematic editor 2023-06-22 22:32:24 -04:00
selection.h Make comparison operators const. 2023-06-21 08:49:26 +00:00
selection_conditions.h Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
selection_tool.h Selection: refactor modifier checking 2022-12-08 14:12:12 -05:00
tool_action.h Remove non-wx assert path to match rest of code 2023-06-21 13:46:58 +01:00
tool_base.h Separate sheet reloads (MODEL_RELOAD) and schematic reloads (SUPERMODEL_RELOAD). 2023-04-12 11:51:09 +01:00
tool_dispatcher.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
tool_event.h Return default initialized parameter when requested instead of assert 2023-06-21 20:39:50 +01:00
tool_interactive.h Implement a safer (RAII) tool re-entrancy guard. 2021-07-27 16:37:34 +01:00
tool_manager.h Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
tool_menu.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
tools_holder.h TOOL_EVENT: make command string non-optional 2022-09-19 10:23:09 -04:00
zoom_menu.h On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
zoom_tool.h Give zoom tool its own menu. 2022-05-30 11:44:02 +01:00