|
KiCad PCB EDA Suite
|
Public Member Functions | |
| virtual | ~GROUP_INFO ()=default |
Public Attributes | |
| BOARD_ITEM * | parent |
| wxString | name |
| bool | locked |
| KIID | uuid |
| LIB_ID | libId |
| std::vector< KIID > | memberUuids |
Definition at line 141 of file pcb_io_kicad_sexpr_parser.h.
|
virtualdefault |
| LIB_ID PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::libId |
Definition at line 149 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().
| bool PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::locked |
Definition at line 147 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 150 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP_members().
| wxString PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::name |
Definition at line 146 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 145 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 148 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().