| 
    KiCad PCB EDA Suite
    
   | 
 
#include <dialog_lib_fields_table.h>#include <bitmaps.h>#include <common.h>#include <confirm.h>#include <eda_doc.h>#include <lib_fields_data_model.h>#include <grid_tricks.h>#include <kiface_base.h>#include <kiplatform/ui.h>#include <kiway_player.h>#include <string_utils.h>#include <symbol_editor/lib_symbol_library_manager.h>#include <project_sch.h>#include <symbol_edit_frame.h>#include <symbol_editor/symbol_editor_settings.h>#include <widgets/grid_checkbox.h>#include <widgets/grid_icon_text_helpers.h>#include <widgets/grid_text_button_helpers.h>#include <widgets/grid_text_helpers.h>#include <widgets/std_bitmap_button.h>#include <tools/sch_actions.h>#include <tool/tool_manager.h>#include <trace_helpers.h>#include <fields_data_model.h>#include <dialog_lib_new_symbol.h>#include <wx/arrstr.h>#include <wx/msgdlg.h>#include <wx/srchctrl.h>#include <wx/textdlg.h>Go to the source code of this file.
Classes | |
| class | VIEW_CONTROLS_GRID_TRICKS | 
| class | LIB_FIELDS_EDITOR_GRID_TRICKS | 
Macros | |
| #define | COLUMN_MARGIN 15 | 
Typedefs | |
| using | DIALOG_NEW_SYMBOL = DIALOG_LIB_NEW_SYMBOL | 
Enumerations | |
| enum | {  MYID_SELECT_FOOTPRINT = GRIDTRICKS_FIRST_CLIENT_ID , MYID_SHOW_DATASHEET , MYID_REVERT_ROW , MYID_CLEAR_CELL , MYID_CREATE_DERIVED_SYMBOL }  | 
| #define COLUMN_MARGIN 15 | 
Definition at line 52 of file dialog_lib_fields_table.cpp.
| anonymous enum | 
| Enumerator | |
|---|---|
| MYID_SELECT_FOOTPRINT | |
| MYID_SHOW_DATASHEET | |
| MYID_REVERT_ROW | |
| MYID_CLEAR_CELL | |
| MYID_CREATE_DERIVED_SYMBOL | |
Definition at line 79 of file dialog_lib_fields_table.cpp.