| 
    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 | 
Definition at line 104 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::antipad_size | 
Definition at line 128 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::bottom | 
Definition at line 112 of file import_fabmaster.h.
| std::string FABMASTER::FM_PAD::custom_name | 
Definition at line 110 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::drill | 
Definition at line 115 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::drill_size_x | 
Definition at line 118 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::drill_size_y | 
Definition at line 119 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::fixed | 
Definition at line 107 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::height | 
Definition at line 121 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::is_octogon | 
Definition at line 117 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::mask | 
Definition at line 114 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::mask_height | 
Definition at line 123 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::mask_width | 
Definition at line 122 of file import_fabmaster.h.
| std::string FABMASTER::FM_PAD::name | 
Definition at line 106 of file import_fabmaster.h.
Referenced by FABMASTER::FM_PAD::HASH::operator()().
| bool FABMASTER::FM_PAD::paste | 
Definition at line 113 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::paste_height | 
Definition at line 125 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::paste_width | 
Definition at line 124 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::plated | 
Definition at line 116 of file import_fabmaster.h.
| PAD_SHAPE FABMASTER::FM_PAD::shape | 
Definition at line 109 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::top | 
Definition at line 111 of file import_fabmaster.h.
| bool FABMASTER::FM_PAD::via | 
Definition at line 108 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::width | 
Definition at line 120 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::x_offset | 
Definition at line 126 of file import_fabmaster.h.
| int FABMASTER::FM_PAD::y_offset | 
Definition at line 127 of file import_fabmaster.h.