KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_footprint_fields_table.cpp File Reference
#include <advanced_config.h>
#include <common.h>
#include <base_units.h>
#include <confirm.h>
#include <eda_doc.h>
#include <pcbnew_settings.h>
#include <board_design_settings.h>
#include <grid_tricks.h>
#include <string_utils.h>
#include <template_fieldnames.h>
#include <kiface_base.h>
#include <pcb_edit_frame.h>
#include <footprint.h>
#include <pcb_group.h>
#include <widgets/wx_infobar.h>
#include <tools/board_editor_control.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <wx/debug.h>
#include <wx/grid.h>
#include <wx/textdlg.h>
#include <wx/msgdlg.h>
#include <dialogs/eda_view_switcher.h>
#include "dialog_footprint_fields_table.h"
#include <footprint_fields_data_model.h>
#include <board_commit.h>
#include <project_pcb.h>
#include <project/project_file.h>
#include <jobs/job_export_bom.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>

Go to the source code of this file.

Classes

class  FOOTPRINT_FIELDS_EDITOR_GRID_TRICKS
 

Typedefs

using SCOPE = FOOTPRINT_FIELDS_EDITOR_GRID_DATA_MODEL::SCOPE
 

Enumerations

enum  {
  MYID_SELECT_FOOTPRINT = FIELDS_TABLE_GRID_TRICKS::FIRST_CLIENT_ID , MYID_SHOW_DATASHEET , MYID_SET_VARIANT_FOOTPRINT , MYID_CLEAR_VARIANT_FOOTPRINT ,
  MYID_INCLUDE_DNP , MYID_INCLUDE_EXCLUDED_FROM_BOM , MYID_HIGHLIGHT_ON_CROSS_PROBE , MYID_SELECT_ON_CROSS_PROBE
}
 

Functions

 wxDEFINE_EVENT (EDA_EVT_CLOSE_DIALOG_FOOTPRINT_FIELDS_TABLE, wxCommandEvent)
 

Typedef Documentation

◆ SCOPE

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MYID_SELECT_FOOTPRINT 
MYID_SHOW_DATASHEET 
MYID_SET_VARIANT_FOOTPRINT 
MYID_CLEAR_VARIANT_FOOTPRINT 
MYID_INCLUDE_DNP 
MYID_INCLUDE_EXCLUDED_FROM_BOM 
MYID_HIGHLIGHT_ON_CROSS_PROBE 
MYID_SELECT_ON_CROSS_PROBE 

Definition at line 60 of file dialog_footprint_fields_table.cpp.

Function Documentation

◆ wxDEFINE_EVENT()

wxDEFINE_EVENT ( EDA_EVT_CLOSE_DIALOG_FOOTPRINT_FIELDS_TABLE ,
wxCommandEvent  )