|
KiCad PCB EDA Suite
|
< "VIA" nodename More...
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
| NETELEMENT_ID | ID |
| First character is "V". | |
| VIACODE_ID | ViaCodeID |
| LAYERPAIR_ID | LayerPairID |
| POINT | Location |
| TRUNK_ID | TrunkID |
| TRUNKREF Statements. | |
| GROUP_ID | GroupID = wxEmptyString |
| If not empty, this VIA is part of a group. | |
| REUSEBLOCKREF | ReuseBlockRef |
| TESTLAND_SIDE | TestlandSide = TESTLAND_SIDE::NONE |
| bool | Fixed = false |
< "VIA" nodename
Definition at line 966 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1995 of file cadstar_pcb_archive_parser.cpp.
References Fixed, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, ID, LayerPairID, Location, CADSTAR_PCB_ARCHIVE_PARSER::ParseTestlandSide(), ReuseBlockRef, TestlandSide, THROW_UNKNOWN_NODE_IO_ERROR, TrunkID, and ViaCodeID.
| bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::Fixed = false |
Definition at line 976 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| GROUP_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::GroupID = wxEmptyString |
If not empty, this VIA is part of a group.
Definition at line 973 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| NETELEMENT_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ID |
First character is "V".
Definition at line 968 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| LAYERPAIR_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::LayerPairID |
Definition at line 970 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| POINT CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::Location |
Definition at line 971 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| REUSEBLOCKREF CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ReuseBlockRef |
Definition at line 974 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| TESTLAND_SIDE CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::TestlandSide = TESTLAND_SIDE::NONE |
Definition at line 975 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| TRUNK_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::TrunkID |
TRUNKREF Statements.
Definition at line 972 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| VIACODE_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ViaCodeID |
Definition at line 969 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().