KiCad PCB EDA Suite
|
#include <board_project_settings.h>
Public Attributes | |
wxString | mfg |
Manufacturer name column. | |
wxString | MPN |
Manufacturer part number column. | |
wxString | dist |
Distributor name column. | |
wxString | distPN |
Distributor part number column. | |
wxString | id |
Internal ID column. | |
Definition at line 129 of file board_project_settings.h.
wxString IP2581_BOM::dist |
Distributor name column.
Definition at line 133 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::Init(), PROJECT_FILE::PROJECT_FILE(), and DIALOG_EXPORT_2581::TransferDataFromWindow().
wxString IP2581_BOM::distPN |
Distributor part number column.
Definition at line 134 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::Init(), PROJECT_FILE::PROJECT_FILE(), and DIALOG_EXPORT_2581::TransferDataFromWindow().
wxString IP2581_BOM::id |
Internal ID column.
Definition at line 135 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::Init(), PROJECT_FILE::PROJECT_FILE(), and DIALOG_EXPORT_2581::TransferDataFromWindow().
wxString IP2581_BOM::mfg |
Manufacturer name column.
Definition at line 131 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::Init(), PROJECT_FILE::PROJECT_FILE(), and DIALOG_EXPORT_2581::TransferDataFromWindow().
wxString IP2581_BOM::MPN |
Manufacturer part number column.
Definition at line 132 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::Init(), PROJECT_FILE::PROJECT_FILE(), and DIALOG_EXPORT_2581::TransferDataFromWindow().