|
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. | |
| wxString | bomRev |
| Explicit BOM revision override set by user. | |
| wxString | schRevision |
| Auto-propagated schematic title block revision. | |
| wxString | mode |
| Table 4 function mode token. | |
| wxString | sections |
| Table 4 section key for the optional sections. | |
| wxString | netNames |
| Set to include or to anonymize. | |
| wxString | refDes |
| Set to include or to omit. | |
Definition at line 146 of file board_project_settings.h.
| wxString IP2581_BOM::bomRev |
Explicit BOM revision override set by user.
Definition at line 153 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::GenerateFile(), DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::dist |
Distributor name column.
Definition at line 150 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::distPN |
Distributor part number column.
Definition at line 151 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::id |
Internal ID column.
Definition at line 152 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::mfg |
Manufacturer name column.
Definition at line 148 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::mode |
Table 4 function mode token.
Definition at line 156 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::MPN |
Manufacturer part number column.
Definition at line 149 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::netNames |
Set to include or to anonymize.
Definition at line 158 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::refDes |
Set to include or to omit.
Definition at line 159 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().
| wxString IP2581_BOM::schRevision |
Auto-propagated schematic title block revision.
Definition at line 154 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::GenerateFile(), SCH_EDIT_FRAME::saveProjectSettings(), DIALOG_EXPORT_2581::TransferDataToWindow(), and SCH_API_SAVE::UpdateProjectFile().
| wxString IP2581_BOM::sections |
Table 4 section key for the optional sections.
Definition at line 157 of file board_project_settings.h.
Referenced by DIALOG_EXPORT_2581::saveToProject(), and DIALOG_EXPORT_2581::TransferDataToWindow().