| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| DRILL_TABLE_ID | ID | 
| LAYER_ID | LayerID | 
| POINT | Position | 
| long | OrientAngle = 0 | 
| bool | Mirror = false | 
| bool | Fixed = false | 
| READABILITY | Readability = READABILITY::BOTTOM_TO_TOP | 
| GROUP_ID | GroupID = wxEmptyString | 
| If not empty, this DRILL_TABLE is part of a group.   | |
| REUSEBLOCKREF | ReuseBlockRef | 
Definition at line 1173 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2458 of file cadstar_pcb_archive_parser.cpp.
References Fixed, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, ID, LayerID, Mirror, OrientAngle, CADSTAR_ARCHIVE_PARSER::ParseReadability(), Position, Readability, ReuseBlockRef, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::LAYOUT::Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::Fixed = false | 
Definition at line 1180 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| GROUP_ID CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::GroupID = wxEmptyString | 
If not empty, this DRILL_TABLE is part of a group.
Definition at line 1182 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| DRILL_TABLE_ID CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::ID | 
Definition at line 1175 of file cadstar_pcb_archive_parser.h.
Referenced by Parse(), and CADSTAR_PCB_ARCHIVE_PARSER::LAYOUT::Parse().
| LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::LayerID | 
Definition at line 1176 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::Mirror = false | 
Definition at line 1179 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::OrientAngle = 0 | 
Definition at line 1178 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| POINT CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::Position | 
Definition at line 1177 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| READABILITY CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::Readability = READABILITY::BOTTOM_TO_TOP | 
Definition at line 1181 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| REUSEBLOCKREF CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE::ReuseBlockRef | 
Definition at line 1184 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().