| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Classes | |
| struct | COPPER_TERM | 
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| NET_ID | NetID = wxEmptyString | 
| std::map< COPPER_TERM_ID, COPPER_TERM > | CopperTerminals | 
| bool | Fixed = false | 
Definition at line 1130 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2372 of file cadstar_pcb_archive_parser.cpp.
References CopperTerminals, Fixed, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM::ID, NetID, CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM::Parse(), and THROW_UNKNOWN_NODE_IO_ERROR.
| std::map<COPPER_TERM_ID, COPPER_TERM> CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::CopperTerminals | 
Definition at line 1142 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::Fixed = false | 
Definition at line 1143 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| NET_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::NetID = wxEmptyString | 
Definition at line 1141 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadCoppers(), and Parse().