|
KiCad PCB EDA Suite
|
#include "sch_io/ltspice/ltspice_schematic.h"#include <sch_io/ltspice/sch_io_ltspice_parser.h>#include <sch_screen.h>#include <wx/log.h>#include <wx/dir.h>#include <wx/tokenzr.h>#include <wildcards_and_files_ext.h>#include <sch_sheet.h>#include <schematic.h>#include <project.h>#include <richio.h>#include <algorithm>Go to the source code of this file.
Functions | |
| static wxString | resolveAsyMapKey (const std::map< wxString, wxString > &aMap, const wxString &aName) |
| Loads the asc file and asy files. | |
|
static |
Loads the asc file and asy files.
Definition at line 47 of file ltspice_schematic.cpp.
Referenced by LTSPICE_SCHEMATIC::Load(), LTSPICE_SCHEMATIC::ReadAsyFile(), LTSPICE_SCHEMATIC::ReadAsyFiles(), and LTSPICE_SCHEMATIC::SymbolBuilder().