![]() |
KiCad PCB EDA Suite
|
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
LAYERPAIR_ID | ID |
wxString | Name |
PHYSICAL_LAYER_ID | PhysicalLayerStart |
PHYSICAL_LAYER_ID | PhysicalLayerEnd |
VIACODE_ID | ViacodeID |
Definition at line 342 of file cadstar_pcb_archive_parser.h.
|
override |
Definition at line 904 of file cadstar_pcb_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoNextNodes(), Format(), XNODE::GetChildren(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse().
LAYERPAIR_ID CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::ID |
Definition at line 344 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse().
wxString CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::Name |
Definition at line 345 of file cadstar_pcb_archive_parser.h.
PHYSICAL_LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::PhysicalLayerEnd |
Definition at line 347 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadNetVia().
PHYSICAL_LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::PhysicalLayerStart |
Definition at line 346 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadNetVia().
VIACODE_ID CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::ViacodeID |
Definition at line 348 of file cadstar_pcb_archive_parser.h.