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) More... | |
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. More... | |
References an element from a design reuse block.
Definition at line 861 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 1538 of file cadstar_archive_parser.cpp.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1544 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 864 of file cadstar_archive_parser.h.
REUSEBLOCK_ID CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::ReuseBlockID = wxEmptyString |
Definition at line 863 of file cadstar_archive_parser.h.