|
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 |
| std::map< wxString, wxString > | customProperties |
Definition at line 164 of file pcb_io_kicad_sexpr_parser.h.
|
virtualdefault |
| std::map<wxString, wxString> PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::customProperties |
Definition at line 174 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().
| LIB_ID PCB_IO_KICAD_SEXPR_PARSER::GROUP_INFO::libId |
Definition at line 172 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 170 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 173 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 169 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 168 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 171 of file pcb_io_kicad_sexpr_parser.h.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parseGENERATOR(), and PCB_IO_KICAD_SEXPR_PARSER::parseGROUP().