KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_easyedapro_parser.cpp File Reference
#include "sch_easyedapro_parser.h"
#include <io/easyedapro/easyedapro_import_utils.h>
#include <core/map_helpers.h>
#include <sch_io/sch_io_mgr.h>
#include <schematic.h>
#include <sch_sheet.h>
#include <sch_line.h>
#include <sch_bitmap.h>
#include <sch_no_connect.h>
#include <sch_label.h>
#include <sch_junction.h>
#include <sch_edit_frame.h>
#include <sch_shape.h>
#include <string_utils.h>
#include <bezier_curves.h>
#include <wx/base64.h>
#include <wx/url.h>
#include <wx/mstream.h>
#include <gfx_import_utils.h>
#include <import_gfx/svg_import_plugin.h>
#include <import_gfx/graphics_importer_lib_symbol.h>
#include <import_gfx/graphics_importer_sch.h>

Go to the source code of this file.

Functions

static LINE_STYLE ConvertStrokeStyle (int aStyle)
 

Variables

static const std::vector< wxString > c_attributesWhitelist
 

Function Documentation

◆ ConvertStrokeStyle()

static LINE_STYLE ConvertStrokeStyle ( int  aStyle)
static

Definition at line 95 of file sch_easyedapro_parser.cpp.

References DASH, DASHDOT, DEFAULT, DOT, and SOLID.

Variable Documentation

◆ c_attributesWhitelist

const std::vector<wxString> c_attributesWhitelist
static
Initial value:
= { "Value",
"Datasheet",
"Manufacturer Part",
"Manufacturer",
"BOM_Manufacturer Part",
"BOM_Manufacturer",
"Supplier Part",
"Supplier",
"BOM_Supplier Part",
"BOM_Supplier",
"LCSC Part Name" }

Definition at line 52 of file sch_easyedapro_parser.cpp.