|
KiCad PCB EDA Suite
|
#include <altium_parser_pcb.h>
Public Member Functions | |
| ABOARD6_LAYER_STACKUP (const std::map< wxString, wxString > &aProps, const wxString &aPrefix, uint32_t aLayerIdFallback) | |
Public Attributes | |
| uint32_t | layerId = 0 |
| wxString | name |
| size_t | nextId |
| size_t | prevId |
| int32_t | copperthick |
| double | dielectricconst |
| int32_t | dielectricthick |
| wxString | dielectricmaterial |
| bool | mechenabled = false |
| ALTIUM_MECHKIND | mechkind = ALTIUM_MECHKIND::UNKNOWN |
Definition at line 457 of file altium_parser_pcb.h.
|
explicit |
Definition at line 372 of file altium_parser_pcb.cpp.
References altium_mechkind_from_name(), copperthick, dielectricconst, dielectricmaterial, dielectricthick, layerId, mechenabled, mechkind, name, nextId, prevId, ALTIUM_PROPS_UTILS::ReadDouble(), ALTIUM_PROPS_UTILS::ReadInt(), ALTIUM_PROPS_UTILS::ReadKicadUnit(), and ALTIUM_PROPS_UTILS::ReadString().
| int32_t ABOARD6_LAYER_STACKUP::copperthick |
Definition at line 465 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), and ALTIUM_PCB::ParseBoard6Data().
| double ABOARD6_LAYER_STACKUP::dielectricconst |
Definition at line 467 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), and ALTIUM_PCB::ParseBoard6Data().
| wxString ABOARD6_LAYER_STACKUP::dielectricmaterial |
Definition at line 469 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), and ALTIUM_PCB::ParseBoard6Data().
| int32_t ABOARD6_LAYER_STACKUP::dielectricthick |
Definition at line 468 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), and ALTIUM_PCB::ParseBoard6Data().
| uint32_t ABOARD6_LAYER_STACKUP::layerId = 0 |
Definition at line 459 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), ALTIUM_PCB::ParseBoard6Data(), and ALTIUM_PCB::remapUnsureLayers().
| bool ABOARD6_LAYER_STACKUP::mechenabled = false |
Definition at line 471 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP().
| ALTIUM_MECHKIND ABOARD6_LAYER_STACKUP::mechkind = ALTIUM_MECHKIND::UNKNOWN |
Definition at line 472 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP().
| wxString ABOARD6_LAYER_STACKUP::name |
Definition at line 460 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), ALTIUM_PCB::ParseBoard6Data(), and ALTIUM_PCB::remapUnsureLayers().
| size_t ABOARD6_LAYER_STACKUP::nextId |
Definition at line 462 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP(), ALTIUM_PCB::ParseBoard6Data(), and ALTIUM_PCB::remapUnsureLayers().
| size_t ABOARD6_LAYER_STACKUP::prevId |
Definition at line 463 of file altium_parser_pcb.h.
Referenced by ABOARD6_LAYER_STACKUP().