|
KiCad PCB EDA Suite
|
Classes | |
| struct | HASH |
Public Attributes | |
| std::string | name |
| bool | fixed |
| bool | via |
| PAD_SHAPE | shape |
| std::string | custom_name |
| bool | top |
| bool | bottom |
| bool | paste |
| bool | mask |
| bool | drill |
| bool | plated |
| bool | is_octogon |
| int | drill_size_x |
| int | drill_size_y |
| int | width |
| int | height |
| int | mask_width |
| int | mask_height |
| int | paste_width |
| int | paste_height |
| int | x_offset |
| int | y_offset |
| int | antipad_size |
| std::set< std::string > | copper_layers |
| Copper layers with non-zero annular ring. | |
| std::map< std::string, FM_PAD_LAYER > | layer_shapes |
| Per-layer shape overrides. | |
Definition at line 116 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::antipad_size |
Definition at line 140 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::bottom |
Definition at line 124 of file import_fabmaster.h.
| std::set<std::string> FABMASTER::FM_PAD::copper_layers |
Copper layers with non-zero annular ring.
Definition at line 141 of file import_fabmaster.h.
| std::string FABMASTER::FM_PAD::custom_name |
Definition at line 122 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::drill |
Definition at line 127 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::drill_size_x |
Definition at line 130 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::drill_size_y |
Definition at line 131 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::fixed |
Definition at line 119 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::height |
Definition at line 133 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::is_octogon |
Definition at line 129 of file import_fabmaster.h.
| std::map<std::string, FM_PAD_LAYER> FABMASTER::FM_PAD::layer_shapes |
Per-layer shape overrides.
Definition at line 142 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::mask |
Definition at line 126 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::mask_height |
Definition at line 135 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::mask_width |
Definition at line 134 of file import_fabmaster.h.
| std::string FABMASTER::FM_PAD::name |
Definition at line 118 of file import_fabmaster.h.
Referenced by FABMASTER::FM_PAD::HASH::operator()().
| bool FABMASTER::FM_PAD::paste |
Definition at line 125 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::paste_height |
Definition at line 137 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::paste_width |
Definition at line 136 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::plated |
Definition at line 128 of file import_fabmaster.h.
| PAD_SHAPE FABMASTER::FM_PAD::shape |
Definition at line 121 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::top |
Definition at line 123 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::via |
Definition at line 120 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::width |
Definition at line 132 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::x_offset |
Definition at line 138 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::y_offset |
Definition at line 139 of file import_fabmaster.h.