|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
| class | VIEW_CONTROLS_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 26 of file fields_view_controls_grid_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_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnViewControlsCellChanged(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValue().
| #define GROUP_BY_COLUMN 3 |
Definition at line 29 of file fields_view_controls_grid_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_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_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 27 of file fields_view_controls_grid_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_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_SYMBOL_FIELDS_TABLE::OnViewControlsCellChanged(), and VIEW_CONTROLS_GRID_DATA_MODEL::SetValue().
| #define SHOW_FIELD_COLUMN 2 |
Definition at line 28 of file fields_view_controls_grid_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_FIELDS_TABLE::OnSizeViewControlsGrid(), DIALOG_LIB_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 30 of file fields_view_controls_grid_data_model.h.
Referenced by VIEW_CONTROLS_GRID_DATA_MODEL::GetNumberCols().