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

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::GROUP:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

GROUP_ID ID
 
wxString Name
 
bool Fixed = false
 
bool Transfer = false
 If true, the group is transferred to PCB.
 
GROUP_ID GroupID = wxEmptyString
 If not empty, this GROUP is part of another GROUP.
 
REUSEBLOCKREF ReuseBlockRef
 

Detailed Description

Definition at line 885 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

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

Member Data Documentation

◆ Fixed

bool CADSTAR_ARCHIVE_PARSER::GROUP::Fixed = false

Definition at line 889 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().

◆ GroupID

GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::GroupID = wxEmptyString

If not empty, this GROUP is part of another GROUP.

Definition at line 891 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().

◆ ID

GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::ID

Definition at line 887 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().

◆ Name

wxString CADSTAR_ARCHIVE_PARSER::GROUP::Name

Definition at line 888 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().

◆ ReuseBlockRef

REUSEBLOCKREF CADSTAR_ARCHIVE_PARSER::GROUP::ReuseBlockRef

Definition at line 893 of file cadstar_archive_parser.h.

◆ Transfer

bool CADSTAR_ARCHIVE_PARSER::GROUP::Transfer = false

If true, the group is transferred to PCB.

Definition at line 890 of file cadstar_archive_parser.h.


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