KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF Struct Reference

References an element from a design reuse block. More...

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF:
CADSTAR_ARCHIVE_PARSER::PARSER

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...
 

Detailed Description

References an element from a design reuse block.

Definition at line 872 of file cadstar_archive_parser.h.

Member Function Documentation

◆ IsEmpty()

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.

◆ Parse()

void CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ ItemReference

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.

◆ ReuseBlockID

REUSEBLOCK_ID CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF::ReuseBlockID = wxEmptyString

Definition at line 874 of file cadstar_archive_parser.h.


The documentation for this struct was generated from the following files: