KiCad PCB EDA Suite
Loading...
Searching...
No Matches
symbol_library_manager.cpp File Reference
#include "symbol_library_manager.h"
#include <dialogs/html_message_box.h>
#include <symbol_edit_frame.h>
#include <env_paths.h>
#include <pgm_base.h>
#include <project_sch.h>
#include <kiway.h>
#include <core/profile.h>
#include <core/wx_stl_compat.h>
#include <unordered_map>
#include <wx_filename.h>
#include <sch_io/kicad_legacy/sch_io_kicad_legacy.h>
#include <progress_reporter.h>
#include <list>
#include <locale_io.h>
#include <confirm.h>
#include <string_utils.h>
#include <wildcards_and_files_ext.h>
#include <kiplatform/io.h>
#include <libraries/library_manager.h>
#include <libraries/symbol_library_adapter.h>
#include "lib_logger.h"

Go to the source code of this file.

Functions

static wxString getParentName (const SYMBOL_BUFFER &aSymbolBuf)
 Name of the parent a buffered symbol inherits from, or empty if it is a root symbol.
 

Function Documentation

◆ getParentName()

static wxString getParentName ( const SYMBOL_BUFFER & aSymbolBuf)
static

Name of the parent a buffered symbol inherits from, or empty if it is a root symbol.

Definition at line 1239 of file symbol_library_manager.cpp.

References LIB_SYMBOL::GetParent(), and SYMBOL_BUFFER::GetSymbol().

Referenced by LIB_BUFFER::GetDerivedSymbolNames(), and LIB_BUFFER::HasDerivedSymbols().