kicad/pcbnew/pcad2kicadpcb_plugin
Ian McInerney 34e5b76c5f Add virtual constructors to some classes that should have them
This is more for safety from undefined deletion behavior than
anything else (it also silences the Clang -Wnon-virtual-dtor warning).
2020-02-05 22:19:14 +00:00
..
examples
CMakeLists.txt Bitmaps: move bitmap defs to bitmaps library 2019-02-04 19:29:31 -08:00
pcad2kicad_common.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
pcad2kicad_common.h
pcad_plugin.cpp Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
pcad_plugin.h
pcb.cpp
pcb.h
pcb_arc.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
pcb_arc.h
pcb_callbacks.h Add virtual constructors to some classes that should have them 2020-02-05 22:19:14 +00:00
pcb_component.cpp
pcb_component.h
pcb_copper_pour.cpp
pcb_copper_pour.h
pcb_cutout.cpp
pcb_cutout.h
pcb_keepout.cpp
pcb_keepout.h
pcb_line.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
pcb_line.h
pcb_module.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
pcb_module.h
pcb_net.cpp
pcb_net.h
pcb_pad.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
pcb_pad.h
pcb_pad_shape.cpp
pcb_pad_shape.h
pcb_plane.cpp
pcb_plane.h
pcb_polygon.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
pcb_polygon.h
pcb_text.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
pcb_text.h
pcb_via.cpp
pcb_via.h
pcb_via_shape.cpp
pcb_via_shape.h
s_expr_loader.cpp
s_expr_loader.h