|
KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
| long | x = UNDEFINED_VALUE |
| long | y = UNDEFINED_VALUE |
Definition at line 415 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 414 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), x, and y.
| long CADSTAR_ARCHIVE_PARSER::LONGPOINT::x = UNDEFINED_VALUE |
Definition at line 417 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::checkDesignLimits(), CADSTAR_PCB_ARCHIVE_LOADER::Load(), and Parse().
| long CADSTAR_ARCHIVE_PARSER::LONGPOINT::y = UNDEFINED_VALUE |
Definition at line 418 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::checkDesignLimits(), CADSTAR_PCB_ARCHIVE_LOADER::Load(), and Parse().