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(), from_json(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator==(), and to_json().
wxString BOM_FIELD::label |
Definition at line 33 of file bom_settings.h.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), from_json(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator==(), and to_json().
wxString BOM_FIELD::name |
Definition at line 32 of file bom_settings.h.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyBomPreset(), from_json(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator<(), operator==(), 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(), from_json(), EESCHEMA_JOBS_HANDLER::JobExportBom(), operator==(), and to_json().