kicad/eeschema/erc
Jeff Young edc7603d2a Make it clear that GetSheets() is heavy.
Also removes the side-effect that SCH_SHEET_LIST's
c'tor would sort the list (and write virtual page
numbers) anytime the starting sheet was the root.

Also, definitely don't build a SHEET_LIST (sorted or
otherwise) if you're not even going to use it.

Also don't build SCH_SHEET_LISTs on idle events.  Better
to just always have the Next Sheet button enabled (we
already beep if you click it and there's no next sheet).

Also, use a SCREEN_LIST when you can.  It's much cheaper
to create.
2024-06-06 18:00:59 +01:00
..
erc.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
erc.h Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
erc_item.cpp Ensure we are checking all ERC errors 2024-05-28 06:55:34 -07:00
erc_item.h Throw duplicate pin error as it prevents other checks. 2024-05-26 16:18:54 +01:00
erc_report.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
erc_report.h
erc_sch_pin_context.cpp Make sure ERC pin-to-pin checks are always in same order. 2024-06-01 11:37:34 +01:00
erc_sch_pin_context.h Make sure ERC pin-to-pin checks are always in same order. 2024-06-01 11:37:34 +01:00
erc_settings.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
erc_settings.h Throw duplicate pin error as it prevents other checks. 2024-05-26 16:18:54 +01:00