|
KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
| LAYER_ID | LayerID |
| long | OptimalWidth |
| long | MinWidth |
| long | MaxWidth |
| long | NeckedWidth |
Definition at line 364 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 314 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), LayerID, MaxWidth, MinWidth, NeckedWidth, OptimalWidth, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::ROUTECODE::Parse().
| LAYER_ID CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN::LayerID |
Definition at line 366 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN::MaxWidth |
Definition at line 369 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN::MinWidth |
Definition at line 368 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN::NeckedWidth |
Definition at line 370 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN::OptimalWidth |
Definition at line 367 of file cadstar_archive_parser.h.
Referenced by Parse().