|
KiCad PCB EDA Suite
|
A!LAYER_SORT!LAYER_SUBCLASS!LAYER_ARTWORK!LAYER_USE!LAYER_CONDUCTOR!LAYER_DIELECTRIC_CONSTANT !LAYER_ELECTRICAL_CONDUCTIVITY!LAYER_MATERIAL!LAYER_SHIELD_LAYER!LAYER_THERMAL_CONDUCTIVITY!LAYER_THICKNESS! More...
Classes | |
| struct | BY_ID |
Public Attributes | |
| int | id |
| ! LAYER_SORT | |
| std::string | name |
| ! LAYER_SUBCLASS | |
| bool | positive |
| ! LAYER_ARTWORK (either POSITIVE or NEGATIVE) | |
| std::string | use |
| ! LAYER_USE | |
| bool | conductive |
| ! LAYER_CONDUCTOR | |
| double | er |
| ! LAYER_DIELECTRIC_CONSTANT | |
| double | conductivity |
| ! LAYER_ELECTRICAL_CONDUCTIVITY | |
| std::string | material |
| ! LAYER_MATERIAL | |
| bool | shield |
| ! LAYER_SHIELD_LAYER | |
| double | thermal_cond |
| ! LAYER_THERMAL_CONDUCTIVITY | |
| double | thickness |
| ! LAYER_THICKNESS | |
| int | layerid |
| ! pcbnew layer (assigned) | |
| bool | disable |
| ! if true, prevent the layer elements from being used | |
A!LAYER_SORT!LAYER_SUBCLASS!LAYER_ARTWORK!LAYER_USE!LAYER_CONDUCTOR!LAYER_DIELECTRIC_CONSTANT !LAYER_ELECTRICAL_CONDUCTIVITY!LAYER_MATERIAL!LAYER_SHIELD_LAYER!LAYER_THERMAL_CONDUCTIVITY!LAYER_THICKNESS!
Definition at line 309 of file import_fabmaster.h.
| bool FABMASTER::FABMASTER_LAYER::conductive |
! LAYER_CONDUCTOR
Definition at line 315 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers(), FABMASTER::processPadStackLayers(), and FABMASTER::processSimpleLayers().
| double FABMASTER::FABMASTER_LAYER::conductivity |
! LAYER_ELECTRICAL_CONDUCTIVITY
Definition at line 317 of file import_fabmaster.h.
| bool FABMASTER::FABMASTER_LAYER::disable |
! if true, prevent the layer elements from being used
Definition at line 323 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers().
| double FABMASTER::FABMASTER_LAYER::er |
! LAYER_DIELECTRIC_CONSTANT
Definition at line 316 of file import_fabmaster.h.
| int FABMASTER::FABMASTER_LAYER::id |
! LAYER_SORT
Definition at line 311 of file import_fabmaster.h.
Referenced by FABMASTER::FABMASTER_LAYER::BY_ID::operator()(), and FABMASTER::processPadStackLayers().
| int FABMASTER::FABMASTER_LAYER::layerid |
! pcbnew layer (assigned)
Definition at line 322 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers().
| std::string FABMASTER::FABMASTER_LAYER::material |
! LAYER_MATERIAL
Definition at line 318 of file import_fabmaster.h.
| std::string FABMASTER::FABMASTER_LAYER::name |
! LAYER_SUBCLASS
Definition at line 312 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers(), FABMASTER::processLayers(), FABMASTER::processPadStackLayers(), and FABMASTER::processSimpleLayers().
| bool FABMASTER::FABMASTER_LAYER::positive |
! LAYER_ARTWORK (either POSITIVE or NEGATIVE)
Definition at line 313 of file import_fabmaster.h.
Referenced by FABMASTER::processLayers(), and FABMASTER::processSimpleLayers().
| bool FABMASTER::FABMASTER_LAYER::shield |
! LAYER_SHIELD_LAYER
Definition at line 319 of file import_fabmaster.h.
| double FABMASTER::FABMASTER_LAYER::thermal_cond |
! LAYER_THERMAL_CONDUCTIVITY
Definition at line 320 of file import_fabmaster.h.
| double FABMASTER::FABMASTER_LAYER::thickness |
! LAYER_THICKNESS
Definition at line 321 of file import_fabmaster.h.
| std::string FABMASTER::FABMASTER_LAYER::use |
! LAYER_USE
Definition at line 314 of file import_fabmaster.h.