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

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::REUSEBLOCK:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

REUSEBLOCK_ID ID
 
wxString Name
 
wxString FileName
 Filename of the reuse block (usually a .pcb). Used for reloading.
 
bool Mirror = false
 
long OrientAngle = 0
 

Detailed Description

Definition at line 857 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ FileName

wxString CADSTAR_ARCHIVE_PARSER::REUSEBLOCK::FileName

Filename of the reuse block (usually a .pcb). Used for reloading.

Definition at line 861 of file cadstar_archive_parser.h.

◆ ID

REUSEBLOCK_ID CADSTAR_ARCHIVE_PARSER::REUSEBLOCK::ID

◆ Mirror

bool CADSTAR_ARCHIVE_PARSER::REUSEBLOCK::Mirror = false

Definition at line 862 of file cadstar_archive_parser.h.

◆ Name

wxString CADSTAR_ARCHIVE_PARSER::REUSEBLOCK::Name

Definition at line 860 of file cadstar_archive_parser.h.

◆ OrientAngle

long CADSTAR_ARCHIVE_PARSER::REUSEBLOCK::OrientAngle = 0

Definition at line 863 of file cadstar_archive_parser.h.


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