|
KiCad PCB EDA Suite
|
#include <advanced_config.h>#include <common.h>#include <base_units.h>#include <bitmaps.h>#include <confirm.h>#include <eda_doc.h>#include <wildcards_and_files_ext.h>#include <schematic_settings.h>#include <general.h>#include <grid_tricks.h>#include <string_utils.h>#include <kiface_base.h>#include <sch_edit_frame.h>#include <sch_reference_list.h>#include <tools/sch_editor_control.h>#include <kiplatform/ui.h>#include <widgets/grid_text_button_helpers.h>#include <widgets/grid_text_helpers.h>#include <widgets/bitmap_button.h>#include <widgets/std_bitmap_button.h>#include <widgets/wx_grid.h>#include <widgets/grid_checkbox.h>#include <wx/debug.h>#include <wx/ffile.h>#include <wx/grid.h>#include <wx/textdlg.h>#include <wx/filedlg.h>#include <wx/msgdlg.h>#include <dialogs/eda_view_switcher.h>#include "dialog_symbol_fields_table.h"#include <fields_data_model.h>#include <eda_list_dialog.h>#include <project_sch.h>#include <jobs/job_export_sch_bom.h>Go to the source code of this file.
Classes | |
| class | VIEW_CONTROLS_GRID_TRICKS |
| class | FIELDS_EDITOR_GRID_TRICKS |
Macros | |
| #define | COLUMN_MARGIN 15 |
Typedefs | |
| using | SCOPE = FIELDS_EDITOR_GRID_DATA_MODEL::SCOPE |
Enumerations | |
| enum | { MYID_SELECT_FOOTPRINT = GRIDTRICKS_FIRST_CLIENT_ID , MYID_SHOW_DATASHEET } |
Functions | |
| wxDEFINE_EVENT (EDA_EVT_CLOSE_DIALOG_SYMBOL_FIELDS_TABLE, wxCommandEvent) | |
| #define COLUMN_MARGIN 15 |
Definition at line 65 of file dialog_symbol_fields_table.cpp.
Definition at line 68 of file dialog_symbol_fields_table.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| MYID_SELECT_FOOTPRINT | |
| MYID_SHOW_DATASHEET | |
Definition at line 71 of file dialog_symbol_fields_table.cpp.
| wxDEFINE_EVENT | ( | EDA_EVT_CLOSE_DIALOG_SYMBOL_FIELDS_TABLE | , |
| wxCommandEvent | ) |