KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_change_symbols.cpp File Reference
#include <algorithm>
#include <bitmaps.h>
#include <connection_graph.h>
#include <string_utils.h>
#include <kiway.h>
#include <refdes_utils.h>
#include <core/kicad_algo.h>
#include <dialog_change_symbols.h>
#include <sch_symbol.h>
#include <sch_edit_frame.h>
#include <sch_screen.h>
#include <schematic.h>
#include <template_fieldnames.h>
#include <widgets/wx_html_report_panel.h>
#include <widgets/std_bitmap_button.h>
#include <sch_commit.h>

Go to the source code of this file.

Functions

wxString getLibIdValue (const wxTextCtrl *aCtrl)
 

Variables

bool g_selectRefDes = false
 
bool g_selectValue = false
 
bool g_removeExtraFields [2] = { false, false }
 
bool g_resetEmptyFields [2] = { false, false }
 
bool g_resetFieldText [2] = { true, true }
 
bool g_resetFieldVisibilities [2] = { true, false }
 
bool g_resetFieldEffects [2] = { true, false }
 
bool g_resetFieldPositions [2] = { true, false }
 
bool g_resetAttributes [2] = { true, false }
 
bool g_resetCustomPower [2] = { false, false }
 

Function Documentation

◆ getLibIdValue()

Variable Documentation

◆ g_removeExtraFields

bool g_removeExtraFields[2] = { false, false }

◆ g_resetAttributes

bool g_resetAttributes[2] = { true, false }

◆ g_resetCustomPower

bool g_resetCustomPower[2] = { false, false }

◆ g_resetEmptyFields

bool g_resetEmptyFields[2] = { false, false }

◆ g_resetFieldEffects

bool g_resetFieldEffects[2] = { true, false }

◆ g_resetFieldPositions

bool g_resetFieldPositions[2] = { true, false }

◆ g_resetFieldText

bool g_resetFieldText[2] = { true, true }

◆ g_resetFieldVisibilities

bool g_resetFieldVisibilities[2] = { true, false }

◆ g_selectRefDes

bool g_selectRefDes = false

◆ g_selectValue

bool g_selectValue = false