KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fields_grid_table.cpp File Reference
#include <kiway.h>
#include <kiway_player.h>
#include <dialog_shim.h>
#include <fields_grid_table.h>
#include <sch_base_frame.h>
#include <sch_field.h>
#include <sch_label.h>
#include <sch_validators.h>
#include <validators.h>
#include <sch_edit_frame.h>
#include <symbol_library.h>
#include <schematic.h>
#include <template_fieldnames.h>
#include <widgets/grid_text_button_helpers.h>
#include <wildcards_and_files_ext.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include "eda_doc.h"
#include "widgets/grid_color_swatch_helpers.h"
#include "font/fontconfig.h"
#include "font/kicad_font_name.h"
#include "widgets/grid_text_helpers.h"
#include <wx/settings.h>
#include <string_utils.h>
#include <widgets/grid_combobox.h>
#include <pgm_base.h>
#include <project_sch.h>

Go to the source code of this file.

Macros

#define DEFAULT_FONT_NAME   _( "Default Font" )
 

Enumerations

enum  { MYID_SELECT_FOOTPRINT = GRIDTRICKS_FIRST_CLIENT_ID , MYID_SHOW_DATASHEET }
 

Functions

static wxString netList (SCH_SYMBOL *aSymbol, SCH_SHEET_PATH &aSheetPath)
 
static wxString netList (LIB_SYMBOL *aSymbol)
 

Macro Definition Documentation

◆ DEFAULT_FONT_NAME

#define DEFAULT_FONT_NAME   _( "Default Font" )

Definition at line 60 of file fields_grid_table.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MYID_SELECT_FOOTPRINT 
MYID_SHOW_DATASHEET 

Definition at line 53 of file fields_grid_table.cpp.

Function Documentation

◆ netList() [1/2]

static wxString netList ( LIB_SYMBOL aSymbol)
static

◆ netList() [2/2]

static wxString netList ( SCH_SYMBOL aSymbol,
SCH_SHEET_PATH aSheetPath 
)
static