KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
long | Step |
long | LineWidth |
long | OrientAngle |
1/1000 of a Degree | |
Definition at line 309 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 229 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), and THROW_MISSING_NODE_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::HATCHCODE::Parse().
long CADSTAR_ARCHIVE_PARSER::HATCH::LineWidth |
Definition at line 312 of file cadstar_archive_parser.h.
long CADSTAR_ARCHIVE_PARSER::HATCH::OrientAngle |
1/1000 of a Degree
Definition at line 313 of file cadstar_archive_parser.h.
long CADSTAR_ARCHIVE_PARSER::HATCH::Step |
Definition at line 311 of file cadstar_archive_parser.h.