KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/dialogs/dialog_global_edit_text_and_graphics.cpp File Reference
#include <dialog_global_edit_text_and_graphics_base.h>
#include <string_utils.h>
#include <sch_symbol.h>
#include <sch_connection.h>
#include <sch_edit_frame.h>
#include <sch_shape.h>
#include <sch_line.h>
#include <sch_junction.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <schematic.h>
#include <sch_commit.h>
#include <tool/tool_manager.h>
#include <tools/ee_selection_tool.h>
#include <tools/sch_edit_tool.h>
#include <widgets/unit_binder.h>
#include <widgets/font_choice.h>

Go to the source code of this file.

Classes

class  DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS
 

Macros

#define DEFAULT_STYLE   _( "Default" )
 

Variables

static bool g_modifyReferences
 
static bool g_modifyValues
 
static bool g_modifyOtherFields
 
static bool g_modifyWires
 
static bool g_modifyBuses
 
static bool g_modifyGlobalLabels
 
static bool g_modifyHierLabels
 
static bool g_modifyLabelFields
 
static bool g_modifySheetTitles
 
static bool g_modifyOtherSheetFields
 
static bool g_modifySheetPins
 
static bool g_modifySheetBorders
 
static bool g_modifySchTextAndGraphics
 
static bool g_filterByFieldname
 
static wxString g_fieldnameFilter
 
static bool g_filterByReference
 
static wxString g_referenceFilter
 
static bool g_filterBySymbol
 
static wxString g_symbolFilter
 
static bool g_filterByType
 
static bool g_typeFilterIsPower
 
static bool g_filterByNet
 
static wxString g_netFilter
 
static bool g_filterSelected
 

Macro Definition Documentation

◆ DEFAULT_STYLE

#define DEFAULT_STYLE   _( "Default" )

Variable Documentation

◆ g_fieldnameFilter

◆ g_filterByFieldname

◆ g_filterByNet

◆ g_filterByReference

bool g_filterByReference
static

◆ g_filterBySymbol

◆ g_filterByType

◆ g_filterSelected

bool g_filterSelected
static

◆ g_modifyBuses

◆ g_modifyGlobalLabels

◆ g_modifyHierLabels

◆ g_modifyLabelFields

◆ g_modifyOtherFields

◆ g_modifyOtherSheetFields

◆ g_modifyReferences

bool g_modifyReferences
static

◆ g_modifySchTextAndGraphics

◆ g_modifySheetBorders

◆ g_modifySheetPins

◆ g_modifySheetTitles

◆ g_modifyValues

bool g_modifyValues
static

◆ g_modifyWires

◆ g_netFilter

◆ g_referenceFilter

wxString g_referenceFilter
static

◆ g_symbolFilter

◆ g_typeFilterIsPower