KiCad PCB EDA Suite
|
Public Member Functions | |
virtual | ~GROUP_INFO ()=default |
Public Attributes | |
BOARD_ITEM * | parent |
wxString | name |
bool | locked |
KIID | uuid |
std::vector< KIID > | memberUuids |
Definition at line 129 of file pcb_parser.h.
|
virtualdefault |
bool PCB_PARSER::GROUP_INFO::locked |
Definition at line 135 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().
std::vector<KIID> PCB_PARSER::GROUP_INFO::memberUuids |
Definition at line 137 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGROUP_members().
wxString PCB_PARSER::GROUP_INFO::name |
Definition at line 134 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().
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().
KIID PCB_PARSER::GROUP_INFO::uuid |
Definition at line 136 of file pcb_parser.h.
Referenced by PCB_PARSER::parseGENERATOR(), and PCB_PARSER::parseGROUP().