KiCad PCB EDA Suite
|
#include <cadstar_pcb_archive_parser.h>
Public Types | |
enum class | STYLE { OPEN , CLOSED , CLEAR , CLOSED_FILLED } |
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
STYLE | ArrowStyle |
Subnode="ARROWSTYLE". | |
long | UpperAngle = 0 |
token="ARROWANGLEA" | |
long | LowerAngle = 0 |
token="ARROWANGLEB" | |
long | ArrowLength = 0 |
The length of the angled lines that make up the arrow head. | |
Definition at line 591 of file cadstar_pcb_archive_parser.h.
|
strong |
Definition at line 593 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1206 of file cadstar_pcb_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), THROW_MISSING_PARAMETER_IO_ERROR, and THROW_UNKNOWN_PARAMETER_IO_ERROR.
long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::ArrowLength = 0 |
The length of the angled lines that make up the arrow head.
Definition at line 611 of file cadstar_pcb_archive_parser.h.
STYLE CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::ArrowStyle |
Subnode="ARROWSTYLE".
Definition at line 608 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::LowerAngle = 0 |
token="ARROWANGLEB"
Definition at line 610 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::UpperAngle = 0 |
token="ARROWANGLEA"
Definition at line 609 of file cadstar_pcb_archive_parser.h.