|
KiCad PCB EDA Suite
|
#include <fields_data_model.h>
Public Attributes | |
| SCH_SYMBOL * | symbol |
| SCH_SHEET_PATH | sheetPath |
| wxString | reference |
| wxString | caseFoldedKey |
| std::vector< std::pair< wxString, wxString > > | variants |
Definition at line 33 of file fields_data_model.h.
| wxString FIELD_CASE_CONFLICT::caseFoldedKey |
Definition at line 38 of file fields_data_model.h.
Referenced by DetectFieldCaseConflicts().
| wxString FIELD_CASE_CONFLICT::reference |
Definition at line 37 of file fields_data_model.h.
Referenced by DetectFieldCaseConflicts(), and DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::populateGrid().
| SCH_SHEET_PATH FIELD_CASE_CONFLICT::sheetPath |
Definition at line 36 of file fields_data_model.h.
Referenced by DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::applyResolutions(), DetectFieldCaseConflicts(), and DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::populateGrid().
| SCH_SYMBOL* FIELD_CASE_CONFLICT::symbol |
Definition at line 35 of file fields_data_model.h.
Referenced by DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::applyResolutions(), and DetectFieldCaseConflicts().
| std::vector<std::pair<wxString, wxString> > FIELD_CASE_CONFLICT::variants |
Definition at line 39 of file fields_data_model.h.
Referenced by DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::applyResolutions(), DetectFieldCaseConflicts(), and DIALOG_RESOLVE_FIELD_CASE_CONFLICTS::populateGrid().