| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| PADCODE_ID | ID | 
| wxString | Name | 
| CADSTAR_PAD_SHAPE | Shape | 
| long | ReliefClearance = UNDEFINED_VALUE | 
| if undefined inherits from design   | |
| long | ReliefWidth = UNDEFINED_VALUE | 
| if undefined inherits from design   | |
| bool | Plated = true | 
| long | DrillDiameter = UNDEFINED_VALUE | 
| long | DrillOversize = UNDEFINED_VALUE | 
| long | SlotLength = UNDEFINED_VALUE | 
| long | SlotOrientation = 0 | 
| long | DrillXoffset = 0 | 
| long | DrillYoffset = 0 | 
| std::map< LAYER_ID, CADSTAR_PAD_SHAPE > | Reassigns | 
Definition at line 304 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 767 of file cadstar_pcb_archive_parser.cpp.
References DrillDiameter, DrillOversize, DrillXoffset, DrillYoffset, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, CADSTAR_PCB_ARCHIVE_PARSER::CADSTAR_PAD_SHAPE::IsPadShape(), CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN::LayerID, location, Name, CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN::Parse(), Plated, Reassigns, ReliefClearance, ReliefWidth, Shape, CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN::Shape, SlotLength, SlotOrientation, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillDiameter = UNDEFINED_VALUE | 
Definition at line 312 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillOversize = UNDEFINED_VALUE | 
Definition at line 313 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillXoffset = 0 | 
Definition at line 316 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillYoffset = 0 | 
Definition at line 317 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| PADCODE_ID CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ID | 
Definition at line 306 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse(), and Parse().
| wxString CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Name | 
Definition at line 307 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Plated = true | 
Definition at line 311 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| std::map<LAYER_ID, CADSTAR_PAD_SHAPE> CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Reassigns | 
Definition at line 319 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ReliefClearance = UNDEFINED_VALUE | 
if undefined inherits from design
Definition at line 309 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ReliefWidth = UNDEFINED_VALUE | 
if undefined inherits from design
Definition at line 310 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| CADSTAR_PAD_SHAPE CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Shape | 
Definition at line 308 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::SlotLength = UNDEFINED_VALUE | 
Definition at line 314 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::SlotOrientation = 0 | 
Definition at line 315 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad(), and Parse().