KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_PARSER::GROUP_INFO Struct Reference
Inheritance diagram for PCB_PARSER::GROUP_INFO:
PCB_PARSER::GENERATOR_INFO

Public Member Functions

virtual ~GROUP_INFO ()=default
 

Public Attributes

BOARD_ITEMparent
 
wxString name
 
bool locked
 
KIID uuid
 
std::vector< KIIDmemberUuids
 

Detailed Description

Definition at line 129 of file pcb_parser.h.

Constructor & Destructor Documentation

◆ ~GROUP_INFO()

virtual PCB_PARSER::GROUP_INFO::~GROUP_INFO ( )
virtualdefault

Member Data Documentation

◆ locked

bool PCB_PARSER::GROUP_INFO::locked

Definition at line 135 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().

◆ memberUuids

std::vector<KIID> PCB_PARSER::GROUP_INFO::memberUuids

Definition at line 137 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP_members().

◆ name

wxString PCB_PARSER::GROUP_INFO::name

Definition at line 134 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().

◆ parent

BOARD_ITEM* PCB_PARSER::GROUP_INFO::parent

Definition at line 133 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().

◆ uuid

KIID PCB_PARSER::GROUP_INFO::uuid

Definition at line 136 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().


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