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". More... | |
long | UpperAngle = 0 |
token="ARROWANGLEA" More... | |
long | LowerAngle = 0 |
token="ARROWANGLEB" More... | |
long | ArrowLength = 0 |
The length of the angled lines that make up the arrow head. More... | |
Definition at line 583 of file cadstar_pcb_archive_parser.h.
|
strong |
Definition at line 585 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1200 of file cadstar_pcb_archive_parser.cpp.
References CLEAR, 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 603 of file cadstar_pcb_archive_parser.h.
STYLE CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::ArrowStyle |
Subnode="ARROWSTYLE".
Definition at line 600 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::LowerAngle = 0 |
token="ARROWANGLEB"
Definition at line 602 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW::UpperAngle = 0 |
token="ARROWANGLEA"
Definition at line 601 of file cadstar_pcb_archive_parser.h.