KiCad PCB EDA Suite
|
Public Attributes | |
BOARD_ITEM * | parent |
wxString | name |
bool | locked |
KIID | uuid |
std::vector< KIID > | memberUuids |
Definition at line 360 of file pcb_parser.h.
bool PCB_PARSER::GROUP_INFO::locked |
Definition at line 364 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP().
std::vector<KIID> PCB_PARSER::GROUP_INFO::memberUuids |
Definition at line 366 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP().
wxString PCB_PARSER::GROUP_INFO::name |
Definition at line 363 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP().
BOARD_ITEM* PCB_PARSER::GROUP_INFO::parent |
Definition at line 362 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP().
KIID PCB_PARSER::GROUP_INFO::uuid |
Definition at line 365 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP().