KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PCB_ARCHIVE_PARSER::COPPER Struct Reference

#include <cadstar_pcb_archive_parser.h>

Inheritance diagram for CADSTAR_PCB_ARCHIVE_PARSER::COPPER:
CADSTAR_ARCHIVE_PARSER::PARSER

Classes

struct  NETREF
 

Public Member Functions

void Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override
 

Public Attributes

COPPER_ID ID
 
COPPERCODE_ID CopperCodeID
 
LAYER_ID LayerID
 
NETREF NetRef
 
SHAPE Shape
 
TEMPLATE_ID PouredTemplateID = wxEmptyString
 If not empty, it means this COPPER is part of a poured template.
 
bool Fixed = false
 
GROUP_ID GroupID = wxEmptyString
 If not empty, this COPPER is part of a group.
 
REUSEBLOCKREF ReuseBlockRef
 
std::map< ATTRIBUTE_ID, ATTRIBUTE_VALUEAttributeValues
 

Detailed Description

Definition at line 1128 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ AttributeValues

std::map<ATTRIBUTE_ID, ATTRIBUTE_VALUE> CADSTAR_PCB_ARCHIVE_PARSER::COPPER::AttributeValues

Definition at line 1159 of file cadstar_pcb_archive_parser.h.

◆ CopperCodeID

COPPERCODE_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::CopperCodeID

◆ Fixed

bool CADSTAR_PCB_ARCHIVE_PARSER::COPPER::Fixed = false

Definition at line 1155 of file cadstar_pcb_archive_parser.h.

◆ GroupID

GROUP_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::GroupID = wxEmptyString

If not empty, this COPPER is part of a group.

Definition at line 1156 of file cadstar_pcb_archive_parser.h.

◆ ID

COPPER_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::ID

◆ LayerID

LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::LayerID

◆ NetRef

NETREF CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NetRef

◆ PouredTemplateID

TEMPLATE_ID CADSTAR_PCB_ARCHIVE_PARSER::COPPER::PouredTemplateID = wxEmptyString

If not empty, it means this COPPER is part of a poured template.

Definition at line 1153 of file cadstar_pcb_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadCoppers().

◆ ReuseBlockRef

REUSEBLOCKREF CADSTAR_PCB_ARCHIVE_PARSER::COPPER::ReuseBlockRef

Definition at line 1157 of file cadstar_pcb_archive_parser.h.

◆ Shape

SHAPE CADSTAR_PCB_ARCHIVE_PARSER::COPPER::Shape

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