KiCad PCB EDA Suite
|
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
VIACODE_ID | ID |
wxString | Name |
CADSTAR_PAD_SHAPE | Shape |
long | ReliefClearance = UNDEFINED_VALUE |
if undefined inherits from design | |
long | ReliefWidth = UNDEFINED_VALUE |
if undefined inherits from design | |
long | DrillDiameter = UNDEFINED_VALUE |
long | DrillOversize = UNDEFINED_VALUE |
std::map< LAYER_ID, CADSTAR_PAD_SHAPE > | Reassigns |
Definition at line 334 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 855 of file cadstar_pcb_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, CADSTAR_PCB_ARCHIVE_PARSER::CADSTAR_PAD_SHAPE::IsPadShape(), CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN::LayerID, CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN::Parse(), CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN::Shape, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse().
long CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::DrillDiameter = UNDEFINED_VALUE |
Definition at line 341 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadNetVia().
long CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::DrillOversize = UNDEFINED_VALUE |
Definition at line 342 of file cadstar_pcb_archive_parser.h.
VIACODE_ID CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::ID |
Definition at line 336 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse().
wxString CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Name |
Definition at line 337 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadNetVia().
std::map<LAYER_ID, CADSTAR_PAD_SHAPE> CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Reassigns |
Definition at line 344 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::ReliefClearance = UNDEFINED_VALUE |
if undefined inherits from design
Definition at line 339 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::ReliefWidth = UNDEFINED_VALUE |
if undefined inherits from design
Definition at line 340 of file cadstar_pcb_archive_parser.h.
CADSTAR_PAD_SHAPE CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Shape |
Definition at line 338 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadNetVia().