kicad/eeschema/netlist_exporters
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols.
This change completely removes the LIB_ALIAS design pattern an replaces
it by allowing LIB_PART objects to inherit from other LIB_PART objects.
The initial implementation only allows for single inheritance and only
supports the mandatory fields in the derived part because that is all
that the current symbol library file format will support.  Once the new
file format is implemented and saving to the old file format is deprecated,
more complex inheritance will be added.  The LIB_ALIAS information saved
in the document files was move into the LIB_PART object.  This change
impacts virtually every part of the schematic and symbol library editor
code so this commit message is woefully incomplete.

REMOVE: Removed the symbol aliases concept from the schematic and symbol
editors and the symbol viewer.

NEW: Replace the symbol alias concept with simple inheritance that allows
a library symbol to be derived from another library symbol.
2019-12-06 11:33:52 -05:00
..
netlist_exporter.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
netlist_exporter.h Eeschema: fix missing part in part list bug in netlist exporter. 2018-04-22 16:33:34 -04:00
netlist_exporter_cadstar.cpp Eeschema: Add footprint field to Cadstar netlist file. 2018-03-16 13:20:00 +01:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
netlist_exporter_generic.h Clean up cruft in netlist export 2019-03-31 19:56:22 -04:00
netlist_exporter_kicad.cpp Remove netlist QC code; it's outlived its usefulness 2019-04-19 22:53:16 -04:00
netlist_exporter_kicad.h Improve spelling. 2019-08-20 19:14:05 +01:00
netlist_exporter_orcadpcb2.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
netlist_exporter_pspice.h Spice model editor: support for JFET models 2018-09-22 19:05:01 +02:00