kicad/pcbnew/netlist_reader
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
..
board_netlist_updater.cpp PCB Fields: fix up python, API 2023-06-20 18:34:52 +00:00
board_netlist_updater.h Remove a few EDA_RECT instances. 2022-08-31 01:22:49 +01:00
kicad_netlist_reader.cpp Netlist/Footprints: parse fields out of netlist into footprint 2023-06-20 18:34:52 +00:00
legacy_netlist_reader.cpp Fix a few doxygen errors (no actual code change) 2023-04-19 16:20:24 +02:00
netlist.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
netlist_reader.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_reader.h No more long-lived parsers. 2021-12-24 17:11:18 +00:00
pcb_netlist.cpp PCB: convert footprints to use PCB_FIELDs for fields from schematics 2023-06-20 18:34:52 +00:00
pcb_netlist.h Netlist/Footprints: parse fields out of netlist into footprint 2023-06-20 18:34:52 +00:00