KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_symbol_fields_table.cpp File Reference
#include <common.h>
#include <base_units.h>
#include <bitmaps.h>
#include <symbol_library.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_commit.h>
#include <sch_edit_frame.h>
#include <sch_reference_list.h>
#include <schematic.h>
#include <tools/sch_editor_control.h>
#include <kiplatform/ui.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/bitmap_button.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <wx/debug.h>
#include <wx/ffile.h>
#include <wx/grid.h>
#include <wx/textdlg.h>
#include <wx/filedlg.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>

Go to the source code of this file.

Classes

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)
 

Macro Definition Documentation

◆ COLUMN_MARGIN

#define COLUMN_MARGIN   15

Definition at line 64 of file dialog_symbol_fields_table.cpp.

Typedef Documentation

◆ SCOPE

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MYID_SELECT_FOOTPRINT 
MYID_SHOW_DATASHEET 

Definition at line 70 of file dialog_symbol_fields_table.cpp.

Function Documentation

◆ wxDEFINE_EVENT()

wxDEFINE_EVENT ( EDA_EVT_CLOSE_DIALOG_SYMBOL_FIELDS_TABLE  ,
wxCommandEvent   
)