| 
    KiCad PCB EDA Suite
    
   | 
 
< Token "EXTLINE" More...
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| LINECODE_ID | LineCodeID | 
| POINT | Start | 
| POINT | End | 
| long | Overshoot | 
| Overshoot of the extension line past the arrow line.   | |
| long | Offset | 
| Offset from the measurement point.   | |
| bool | SuppressFirst = false | 
| If true, excludes the first extension line (only shows extension line at end)   | |
< Token "EXTLINE"
Definition at line 649 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1291 of file cadstar_pcb_archive_parser.cpp.
References End, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), LineCodeID, Offset, Overshoot, Start, SuppressFirst, THROW_MISSING_PARAMETER_IO_ERROR, and THROW_UNKNOWN_NODE_IO_ERROR.
| POINT CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::End | 
Definition at line 654 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::applyDimensionSettings(), and Parse().
| LINECODE_ID CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::LineCodeID | 
Definition at line 651 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::Offset | 
Offset from the measurement point.
Definition at line 656 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::applyDimensionSettings(), and Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::Overshoot | 
Overshoot of the extension line past the arrow line.
Definition at line 655 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadDimensions(), and Parse().
| POINT CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::Start | 
Definition at line 653 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::applyDimensionSettings(), CADSTAR_PCB_ARCHIVE_LOADER::loadDimensions(), and Parse().
| bool CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE::SuppressFirst = false | 
If true, excludes the first extension line (only shows extension line at end)
Definition at line 657 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().