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 350 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 910 of file cadstar_pcb_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoNextNodes(), XNODE::GetChildren(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, 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 352 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 353 of file cadstar_pcb_archive_parser.h.
PHYSICAL_LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR::PhysicalLayerEnd |
Definition at line 355 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 354 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 356 of file cadstar_pcb_archive_parser.h.