|
KiCad PCB EDA Suite
|
#include "dialog_fields_table.h"#include "fields_view_controls_grid_data_model.h"#include <algorithm>#include <functional>#include <string>#include <bitmaps.h>#include <common.h>#include <confirm.h>#include <core/kicad_algo.h>#include <eda_base_frame.h>#include <eda_list_dialog.h>#include <fields_table_data_model.h>#include <grid_tricks.h>#include <jobs/job_export_bom.h>#include <kiplatform/ui.h>#include <reporter.h>#include <settings/app_settings.h>#include <template_fieldnames.h>#include <validators.h>#include <wildcards_and_files_ext.h>#include <widgets/grid_checkbox.h>#include <widgets/grid_text_button_helpers.h>#include <widgets/grid_text_helpers.h>#include <widgets/std_bitmap_button.h>#include <widgets/ui_common.h>#include <wx/ffile.h>#include <wx/filedlg.h>#include <wx/filename.h>#include <wx/grid.h>#include <wx/msgdlg.h>#include <wx/textdlg.h>Go to the source code of this file.
Macros | |
| #define | COLUMN_MARGIN 15 |
| #define COLUMN_MARGIN 15 |
Definition at line 57 of file dialog_fields_table.cpp.
Referenced by DIALOG_FIELDS_TABLE::OnSizeViewControlsGrid(), and DIALOG_FIELDS_TABLE::SetupAllColumnProperties().