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 136 of file pcb_io_kicad_sexpr_parser.h.
|
virtualdefault |
bool PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::locked |
Definition at line 142 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().
std::vector<KIID> PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::memberUuids |
Definition at line 144 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGROUP_members().
wxString PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::name |
Definition at line 141 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().
BOARD_ITEM* PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::parent |
Definition at line 140 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().
KIID PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::uuid |
Definition at line 143 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().