![]() |
KiCad PCB EDA Suite
|
Public Attributes | |
BOARD_ITEM * | parent |
wxString | name |
KIID | uuid |
std::vector< KIID > | memberUuids |
Definition at line 376 of file pcb_parser.h.
std::vector<KIID> PCB_PARSER::GROUP_INFO::memberUuids |
Definition at line 381 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP(), and PCB_PARSER::resolveGroups().
wxString PCB_PARSER::GROUP_INFO::name |
Definition at line 379 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP(), and PCB_PARSER::resolveGroups().
BOARD_ITEM* PCB_PARSER::GROUP_INFO::parent |
Definition at line 378 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP(), and PCB_PARSER::resolveGroups().
KIID PCB_PARSER::GROUP_INFO::uuid |
Definition at line 380 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP(), and PCB_PARSER::resolveGroups().