92f5ab8589
* Derive SCH_SHEET_LIST from std::vector rather than using internal array management. Change all internal code to use iterators or array operator in loops. * Allow creation of empty SCH_SHEET_LIST for external population for plotting and printing. * Clean up print an plot code to take advantage of new SCH_SHEET_LIST behavior. * Make BuildSheetList() public so list can be populated after creation. * Update all instances of SCH_SHEET_LIST with the appropriate SCH_SHEET object on initialization. * Create const and non-const version of SCH_SHEET_PATH::GetSheet(). |
||
---|---|---|
.. | ||
netlist_exporter.cpp | ||
netlist_exporter.h | ||
netlist_exporter_cadstar.cpp | ||
netlist_exporter_cadstar.h | ||
netlist_exporter_generic.cpp | ||
netlist_exporter_generic.h | ||
netlist_exporter_kicad.cpp | ||
netlist_exporter_kicad.h | ||
netlist_exporter_orcadpcb2.cpp | ||
netlist_exporter_orcadpcb2.h | ||
netlist_exporter_pspice.cpp | ||
netlist_exporter_pspice.h |