kicad/pcbnew/plugins/pcad
Marek Roszko b243c2280d enum class PAD_SHAPE_T 2021-05-01 08:22:35 -04:00
..
examples
CMakeLists.txt A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcad2kicad_common.cpp
pcad2kicad_common.h
pcad_plugin.cpp Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
pcad_plugin.h Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
pcb.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
pcb.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_arc.cpp enum class PCB_SHAPE_TYPE_T 2021-04-30 22:36:12 -04:00
pcb_arc.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_callbacks.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_component.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_component.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_copper_pour.cpp
pcb_copper_pour.h
pcb_cutout.cpp
pcb_cutout.h
pcb_footprint.cpp Rationalize footprint bounding boxes and cache all of them. 2021-02-26 13:50:27 +00:00
pcb_footprint.h Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
pcb_keepout.cpp
pcb_keepout.h
pcb_line.cpp enum class PCB_SHAPE_TYPE_T 2021-04-30 22:36:12 -04:00
pcb_line.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_net.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_net.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad.cpp enum class PAD_SHAPE_T 2021-05-01 08:22:35 -04:00
pcb_pad.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad_shape.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad_shape.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_plane.cpp
pcb_plane.h More module -> footprint. 2020-11-13 15:16:24 +00:00
pcb_polygon.cpp enum class PCB_SHAPE_TYPE_T 2021-04-30 22:36:12 -04:00
pcb_polygon.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_text.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_text.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_via.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via_shape.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via_shape.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
s_expr_loader.cpp
s_expr_loader.h