KiCad PCB EDA Suite
|
Classes | |
struct | Attribute |
struct | AttributeBase |
struct | AttributeName |
struct | AttributeSimple |
struct | BooleanAttribute |
struct | FloatAttribute |
struct | IsComp |
struct | IsFeature |
struct | IsLayer |
struct | IsNet |
struct | IsPkg |
struct | IsProductModel |
struct | IsStep |
struct | IsSymbol |
struct | OPTION_Attribute |
struct | TextAttribute |
Enumerations | |
enum class | TYPE { FLOAT , BOOLEAN , TEXT , OPTION , INTEGER } |
enum class | DRILL { PLATED , NON_PLATED , VIA } |
enum class | PAD_USAGE { TOEPRINT , VIA , G_FIDUCIAL , L_FIDUCIAL , TOOLING_HOLE , BOND_FINGER } |
enum class | PLATED_TYPE { STANDARD , PRESS_FIT } |
enum class | VIA_TYPE { DRILLED , LASER , PHOTO } |
|
strong |
Enumerator | |
---|---|
PLATED | |
NON_PLATED | |
VIA |
Definition at line 241 of file odb_attribute.h.
|
strong |
Enumerator | |
---|---|
TOEPRINT | |
VIA | |
G_FIDUCIAL | |
L_FIDUCIAL | |
TOOLING_HOLE | |
BOND_FINGER |
Definition at line 250 of file odb_attribute.h.
|
strong |
Enumerator | |
---|---|
STANDARD | |
PRESS_FIT |
Definition at line 262 of file odb_attribute.h.
|
strong |
Enumerator | |
---|---|
FLOAT | |
BOOLEAN | |
TEXT | |
OPTION | |
INTEGER |
Definition at line 34 of file odb_attribute.h.
|
strong |
Enumerator | |
---|---|
DRILLED | |
LASER | |
PHOTO |
Definition at line 270 of file odb_attribute.h.