| 
    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 295 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 752 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::PADCODE::Parse().
| LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN::LayerID | 
Definition at line 297 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Parse(), and Parse().
| CADSTAR_PAD_SHAPE CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN::Shape | 
Definition at line 298 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Parse(), and Parse().