| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| COPPER_TERM_ID | ID | 
| POINT | Location | 
| bool | Fixed = false | 
Definition at line 1132 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2341 of file cadstar_pcb_archive_parser.cpp.
References Fixed, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), ID, Location, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM::Fixed = false | 
Definition at line 1136 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| COPPER_TERM_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM::ID | 
Definition at line 1134 of file cadstar_pcb_archive_parser.h.
Referenced by Parse(), and CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::Parse().
| POINT CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM::Location | 
Definition at line 1135 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().