|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
| class | VIEW_CONTROLS_GRID_DATA_MODEL |
| struct | DATA_MODEL_ROW |
| struct | DATA_MODEL_COL |
| class | FIELDS_EDITOR_GRID_DATA_MODEL |
Macros | |
| #define | DISPLAY_NAME_COLUMN 0 |
| #define | LABEL_COLUMN 1 |
| #define | SHOW_FIELD_COLUMN 2 |
| #define | GROUP_BY_COLUMN 3 |
| #define | VIEW_FIELDS_COL_COUNT 4 |
| #define DISPLAY_NAME_COLUMN 0 |
Definition at line 33 of file fields_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::CanGetValueAs(), DIALOG_LIB_FIELDS_TABLE::DIALOG_LIB_FIELDS_TABLE(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), VIEW_CONTROLS_GRID_DATA_MODEL::GetColLabelValue(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), DIALOG_LIB_FIELDS_TABLE::OnRemoveField(), DIALOG_SYMBOL_FIELDS_TABLE::OnRemoveField(), DIALOG_LIB_FIELDS_TABLE::OnRenameField(), DIALOG_SYMBOL_FIELDS_TABLE::OnRenameField(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_SYMBOL_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnViewControlsCellChanged(), DIALOG_SYMBOL_FIELDS_TABLE::OnViewControlsCellChanged(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValue().
| #define GROUP_BY_COLUMN 3 |
Definition at line 36 of file fields_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::CanGetValueAs(), DIALOG_LIB_FIELDS_TABLE::DIALOG_LIB_FIELDS_TABLE(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), DIALOG_SYMBOL_FIELDS_TABLE::doApplyBomPreset(), VIEW_CONTROLS_GRID_DATA_MODEL::GetColLabelValue(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_SYMBOL_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnViewControlsCellChanged(), DIALOG_SYMBOL_FIELDS_TABLE::OnViewControlsCellChanged(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValueAsBool().
| #define LABEL_COLUMN 1 |
Definition at line 34 of file fields_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::CanGetValueAs(), DIALOG_SYMBOL_FIELDS_TABLE::doApplyBomPreset(), VIEW_CONTROLS_GRID_DATA_MODEL::GetColLabelValue(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValue(), DIALOG_LIB_FIELDS_TABLE::OnRenameField(), DIALOG_SYMBOL_FIELDS_TABLE::OnRenameField(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_SYMBOL_FIELDS_TABLE::OnSizeViewControlsGrid(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValue().
| #define SHOW_FIELD_COLUMN 2 |
Definition at line 35 of file fields_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::CanGetValueAs(), DIALOG_LIB_FIELDS_TABLE::DIALOG_LIB_FIELDS_TABLE(), DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), DIALOG_SYMBOL_FIELDS_TABLE::doApplyBomPreset(), FIELDS_EDITOR_GRID_TRICKS::doPopupSelection(), LIB_FIELDS_EDITOR_GRID_TRICKS::doPopupSelection(), VIEW_CONTROLS_GRID_DATA_MODEL::GetColLabelValue(), VIEW_CONTROLS_GRID_DATA_MODEL::GetValueAsBool(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_SYMBOL_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnViewControlsCellChanged(), DIALOG_SYMBOL_FIELDS_TABLE::OnViewControlsCellChanged(), DIALOG_LIB_FIELDS_TABLE::SetupAllColumnProperties(), DIALOG_SYMBOL_FIELDS_TABLE::SetupAllColumnProperties(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValueAsBool().
| #define VIEW_FIELDS_COL_COUNT 4 |
Definition at line 37 of file fields_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::GetNumberCols().