KiCad PCB EDA Suite
|
#include <pcb_netlist.h>
Public Attributes | |
wxString | name |
KIID | uuid |
LIB_ID | libId |
std::vector< KIID > | members |
Definition at line 85 of file pcb_netlist.h.
LIB_ID NETLIST_GROUP::libId |
Definition at line 89 of file pcb_netlist.h.
Referenced by BOARD_NETLIST_UPDATER::updateGroups().
std::vector<KIID> NETLIST_GROUP::members |
Definition at line 90 of file pcb_netlist.h.
wxString NETLIST_GROUP::name |
Definition at line 87 of file pcb_netlist.h.
Referenced by BOARD_NETLIST_UPDATER::updateFootprintGroup(), and BOARD_NETLIST_UPDATER::updateGroups().
KIID NETLIST_GROUP::uuid |
Definition at line 88 of file pcb_netlist.h.
Referenced by BOARD_NETLIST_UPDATER::updateFootprintGroup().