KiCad PCB EDA Suite
|
References an element from a design reuse block. More...
#include <cadstar_archive_parser.h>
Public Member Functions | |
bool | IsEmpty () |
Determines if this is empty (i.e. no design reuse associated) | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
REUSEBLOCK_ID | ReuseBlockID = wxEmptyString |
wxString | ItemReference = wxEmptyString |
For Components, this references the designator in the reuse file. | |
References an element from a design reuse block.
Definition at line 872 of file cadstar_archive_parser.h.
bool CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::IsEmpty | ( | ) |
Determines if this is empty (i.e. no design reuse associated)
Definition at line 1555 of file cadstar_archive_parser.cpp.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1561 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), and CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString().
wxString CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::ItemReference = wxEmptyString |
For Components, this references the designator in the reuse file.
For net elements (such as vias, routes, etc.), coppers and templates, this parameter is blank.
Definition at line 875 of file cadstar_archive_parser.h.
REUSEBLOCK_ID CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::ReuseBlockID = wxEmptyString |
Definition at line 874 of file cadstar_archive_parser.h.