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 282 of file import_fabmaster.h.
bool FABMASTER::FABMASTER_LAYER::conductive |
! LAYER_CONDUCTOR
Definition at line 288 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 290 of file import_fabmaster.h.
bool FABMASTER::FABMASTER_LAYER::disable |
! if true, prevent the layer elements from being used
Definition at line 296 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers().
double FABMASTER::FABMASTER_LAYER::er |
! LAYER_DIELECTRIC_CONSTANT
Definition at line 289 of file import_fabmaster.h.
int FABMASTER::FABMASTER_LAYER::id |
! LAYER_SORT
Definition at line 284 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 295 of file import_fabmaster.h.
Referenced by FABMASTER::assignLayers().
std::string FABMASTER::FABMASTER_LAYER::material |
! LAYER_MATERIAL
Definition at line 291 of file import_fabmaster.h.
std::string FABMASTER::FABMASTER_LAYER::name |
! LAYER_SUBCLASS
Definition at line 285 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 286 of file import_fabmaster.h.
Referenced by FABMASTER::processLayers(), and FABMASTER::processSimpleLayers().
bool FABMASTER::FABMASTER_LAYER::shield |
! LAYER_SHIELD_LAYER
Definition at line 292 of file import_fabmaster.h.
double FABMASTER::FABMASTER_LAYER::thermal_cond |
! LAYER_THERMAL_CONDUCTIVITY
Definition at line 293 of file import_fabmaster.h.
double FABMASTER::FABMASTER_LAYER::thickness |
! LAYER_THICKNESS
Definition at line 294 of file import_fabmaster.h.
std::string FABMASTER::FABMASTER_LAYER::use |
! LAYER_USE
Definition at line 287 of file import_fabmaster.h.