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/log.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>
#include <trace_helpers.h>

Go to the source code of this file.

Functions

static LINE_STYLE ConvertStrokeStyle (int aStyle)
 

Function Documentation

◆ ConvertStrokeStyle()

static LINE_STYLE ConvertStrokeStyle ( int aStyle)
static

Definition at line 78 of file sch_easyedapro_parser.cpp.

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