| 
    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_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), from_json(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), EESCHEMA_JOBS_HANDLER::JobExportBom(), 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_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), from_json(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), EESCHEMA_JOBS_HANDLER::JobExportBom(), 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_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), from_json(), VIEW_CONTROLS_GRID_DATA_MODEL::GetCanonicalFieldName(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator<(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetCanonicalFieldName(), and to_json().
| bool BOM_FIELD::show = false | 
Definition at line 34 of file bom_settings.h.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), from_json(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator==(), VIEW_CONTROLS_GRID_DATA_MODEL::SetValueAsBool(), and to_json().