|
KiCad PCB EDA Suite
|
Classes | |
| struct | ARC |
| Free or component arc (FA / CA). More... | |
| struct | BOARD_DATA |
| Everything parsed out of an Autotrax/Easytrax file, before any KiCad object is created. More... | |
| struct | COMPONENT |
| A placed component (COMP .. ENDCOMP) holding its own primitives. More... | |
| struct | FILL |
| Free or component rectangular fill (FF / CF), Autotrax's only pour. More... | |
| struct | NET_NODE |
| One refdes -> net membership row collected from the NETDEF section. More... | |
| struct | PAD |
| Free or component pad/pin (FP / CP). More... | |
| struct | TEXT |
| Free or component string (FS / CS). More... | |
| struct | TRACK |
| Free or component track segment (FT / CT). All coordinates are in mils. More... | |
| struct | VIA |
| Free or component via (FV / CV). More... | |
Enumerations | |
| enum | LAYER { LAYER_TOP_COPPER = 1 , LAYER_MID1 = 2 , LAYER_MID2 = 3 , LAYER_MID3 = 4 , LAYER_MID4 = 5 , LAYER_BOTTOM_COPPER = 6 , LAYER_TOP_SILK = 7 , LAYER_BOTTOM_SILK = 8 , LAYER_GND_PLANE = 9 , LAYER_POWER_PLANE = 10 , LAYER_BOARD = 11 , LAYER_KEEPOUT = 12 , LAYER_MULTI = 13 } |
| Autotrax/Easytrax layer numbers as stored in the file. More... | |
| enum AUTOTRAX::LAYER |
Autotrax/Easytrax layer numbers as stored in the file.
KiCad never sees these directly; the builder maps them onto PCB_LAYER_ID. Numbers 2..5 are inner copper, 9/10 are GND/Power planes, 11 is the board outline and 12 is keepout.
| Enumerator | |
|---|---|
| LAYER_TOP_COPPER | |
| LAYER_MID1 | |
| LAYER_MID2 | |
| LAYER_MID3 | |
| LAYER_MID4 | |
| LAYER_BOTTOM_COPPER | |
| LAYER_TOP_SILK | |
| LAYER_BOTTOM_SILK | |
| LAYER_GND_PLANE | |
| LAYER_POWER_PLANE | |
| LAYER_BOARD | |
| LAYER_KEEPOUT | |
| LAYER_MULTI | |
Definition at line 44 of file autotrax_model.h.