KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_io_easyeda.cpp File Reference
#include "sch_easyeda_parser.h"
#include "sch_io_easyeda.h"
#include <schematic.h>
#include <sch_sheet.h>
#include <sch_screen.h>
#include <kiplatform/environment.h>
#include <project_sch.h>
#include <wildcards_and_files_ext.h>
#include <string_utils.h>
#include <wx/log.h>
#include <wx/stdstream.h>
#include <wx/zipstrm.h>
#include <nlohmann/json.hpp>
#include <core/map_helpers.h>
#include <wx/wfstream.h>

Go to the source code of this file.

Functions

static bool FindSchFileInStream (const wxString &aName, wxInputStream &aStream, nlohmann::json &aOut, EASYEDA::DOCUMENT &aDoc, EASYEDA::DOC_TYPE &aDocType)
 
LIB_SYMBOLloadSymbol (const wxString &aLibraryPath, nlohmann::json aFileData, const wxString &aAliasName, const STRING_UTF8_MAP *aProperties)
 
static void LoadSchematic (SCHEMATIC *aSchematic, SCH_SHEET *aRootSheet, const wxString &aFileName)
 

Function Documentation

◆ FindSchFileInStream()

◆ LoadSchematic()

◆ loadSymbol()