KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_PARSER::GROUP_INFO Struct Reference

Public Attributes

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

Detailed Description

Definition at line 360 of file pcb_parser.h.

Member Data Documentation

◆ locked

bool PCB_PARSER::GROUP_INFO::locked

Definition at line 364 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP().

◆ memberUuids

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

Definition at line 366 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP().

◆ name

wxString PCB_PARSER::GROUP_INFO::name

Definition at line 363 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP().

◆ parent

BOARD_ITEM* PCB_PARSER::GROUP_INFO::parent

Definition at line 362 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP().

◆ uuid

KIID PCB_PARSER::GROUP_INFO::uuid

Definition at line 365 of file pcb_parser.h.

Referenced by PCB_PARSER::parseGROUP().


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