|
KiCad PCB EDA Suite
|
#include <bom_settings.h>
Public Member Functions | |
| bool | operator== (const BOM_FIELD &rhs) const |
Public Attributes | |
| wxString | name |
| wxString | label |
| bool | show = false |
| bool | groupBy = false |
Definition at line 30 of file bom_settings.h.
| bool BOM_FIELD::operator== | ( | const BOM_FIELD & | rhs | ) | const |
| bool BOM_FIELD::groupBy = false |
Definition at line 35 of file bom_settings.h.
Referenced by FIELDS_TABLE_DATA_MODEL_BASE::ApplyBomPreset(), from_json(), DIALOG_LIB_FIELDS_TABLE::getBuiltInBomPresets(), DIALOG_LIB_FOOTPRINT_FIELDS_TABLE::getBuiltInBomPresets(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportBom(), DIALOG_FIELDS_TABLE::loadJobBomPreset(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetValueAsBool(), and to_json().
| wxString BOM_FIELD::label |
Definition at line 33 of file bom_settings.h.
Referenced by FIELDS_TABLE_DATA_MODEL_BASE::ApplyBomPreset(), from_json(), DIALOG_LIB_FIELDS_TABLE::getBuiltInBomPresets(), DIALOG_LIB_FOOTPRINT_FIELDS_TABLE::getBuiltInBomPresets(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportBom(), DIALOG_FIELDS_TABLE::loadJobBomPreset(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetValue(), and to_json().
| wxString BOM_FIELD::name |
Definition at line 32 of file bom_settings.h.
Referenced by FIELDS_TABLE_DATA_MODEL_BASE::ApplyBomPreset(), from_json(), DIALOG_LIB_FIELDS_TABLE::getBuiltInBomPresets(), DIALOG_LIB_FOOTPRINT_FIELDS_TABLE::getBuiltInBomPresets(), VIEW_CONTROLS_GRID_DATA_MODEL::GetUntranslatedFieldName(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportBom(), DIALOG_FIELDS_TABLE::loadJobBomPreset(), operator<(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetUntranslatedFieldName(), and to_json().
| bool BOM_FIELD::show = false |
Definition at line 34 of file bom_settings.h.
Referenced by FIELDS_TABLE_DATA_MODEL_BASE::ApplyBomPreset(), from_json(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportBom(), DIALOG_FIELDS_TABLE::loadJobBomPreset(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetValueAsBool(), and to_json().