| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| LAYER_ID | LayerID | 
| CADSTAR_PAD_SHAPE | Shape | 
Definition at line 325 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 840 of file cadstar_pcb_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoNextNodes(), XNODE::GetChildren(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), CADSTAR_PCB_ARCHIVE_PARSER::CADSTAR_PAD_SHAPE::IsPadShape(), LayerID, Shape, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Parse().
| LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN::LayerID | 
Definition at line 327 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Parse(), and Parse().
| CADSTAR_PAD_SHAPE CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN::Shape | 
Definition at line 328 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::VIACODE::Parse(), and Parse().