KiCad PCB EDA Suite
|
#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 } |
wxString getLibIdValue | ( | const wxTextCtrl * | aCtrl | ) |
Definition at line 237 of file dialog_change_symbols.cpp.
References CTX_LIBID, and EscapeString().
Referenced by DIALOG_CHANGE_SYMBOLS::isMatch(), DIALOG_CHANGE_SYMBOLS::launchMatchIdSymbolBrowser(), DIALOG_CHANGE_SYMBOLS::launchNewIdSymbolBrowser(), DIALOG_CHANGE_SYMBOLS::processMatchingSymbols(), and DIALOG_CHANGE_SYMBOLS::updateFieldsList().
bool g_removeExtraFields[2] = { false, false } |
Definition at line 44 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetAttributes[2] = { true, false } |
Definition at line 50 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetCustomPower[2] = { false, false } |
Definition at line 51 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetEmptyFields[2] = { false, false } |
Definition at line 45 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetFieldEffects[2] = { true, false } |
Definition at line 48 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetFieldPositions[2] = { true, false } |
Definition at line 49 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetFieldText[2] = { true, true } |
Definition at line 46 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_resetFieldVisibilities[2] = { true, false } |
Definition at line 47 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_selectRefDes = false |
Definition at line 41 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().
bool g_selectValue = false |
Definition at line 42 of file dialog_change_symbols.cpp.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), and DIALOG_CHANGE_SYMBOLS::~DIALOG_CHANGE_SYMBOLS().