|
KiCad PCB EDA Suite
|
#include "pcb_io_easyedapro_v3_parser.h"#include <io/easyedapro/easyedapro_import_utils.h>#include <memory>#include <json_common.h>#include <core/json_serializers.h>#include <core/map_helpers.h>#include <string_utils.h>#include <wx/log.h>#include <wx/base64.h>#include <wx/mstream.h>#include <footprint.h>#include <board.h>#include <pcb_group.h>#include <pcb_shape.h>#include <pcb_text.h>#include <pcb_track.h>#include <pcb_reference_image.h>#include <geometry/shape_arc.h>#include <geometry/shape_rect.h>#include <zone.h>#include <pad.h>#include <fix_board_shape.h>#include <board_design_settings.h>#include <font/font.h>#include <core/mirror.h>#include <convert_basic_shapes_to_polygon.h>Go to the source code of this file.
Functions | |
| static void | V3AlignText (EDA_TEXT *text, int align) |
| static int | V3AlignToOriginCode (const wxString &aAlign) |
Variables | |
| static const int | SHAPE_JOIN_DISTANCE = pcbIUScale.mmToIU( 1.5 ) |
|
static |
Definition at line 678 of file pcb_io_easyedapro_v3_parser.cpp.
References GR_TEXT_H_ALIGN_CENTER, GR_TEXT_H_ALIGN_LEFT, GR_TEXT_H_ALIGN_RIGHT, GR_TEXT_V_ALIGN_BOTTOM, GR_TEXT_V_ALIGN_CENTER, GR_TEXT_V_ALIGN_TOP, and text.
Referenced by PCB_IO_EASYEDAPRO_V3_PARSER::createV3Text(), and PCB_IO_EASYEDAPRO_V3_PARSER::ParseBoard().
|
static |
Definition at line 722 of file pcb_io_easyedapro_v3_parser.cpp.
Referenced by PCB_IO_EASYEDAPRO_V3_PARSER::createV3Text(), and PCB_IO_EASYEDAPRO_V3_PARSER::ParseBoard().
|
static |
Definition at line 57 of file pcb_io_easyedapro_v3_parser.cpp.