|
KiCad PCB EDA Suite
|
#include "settings/settings_manager.h"#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) |
| wxString getLibIdValue | ( | const wxTextCtrl * | aCtrl | ) |
Definition at line 235 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().