kicad/cvpcb/tools
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
..
cvpcb_actions.cpp Switch remainder of cvpcb actions to new args system 2023-06-20 21:52:50 +01:00
cvpcb_actions.h Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 2022-04-30 09:48:47 +02:00
cvpcb_association_tool.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
cvpcb_association_tool.h Comment-only changes 2020-01-10 16:43:01 -08:00
cvpcb_control.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
cvpcb_control.h Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 2022-04-30 09:48:47 +02:00
cvpcb_fpviewer_selection_tool.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
cvpcb_fpviewer_selection_tool.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00