|
KiCad PCB EDA Suite
|
ORCAD_CONVERTER symbol half. More...
#include <algorithm>#include <cctype>#include <cmath>#include <cstdlib>#include <map>#include <memory>#include <string>#include <utility>#include <vector>#include <wx/string.h>#include <wx/translation.h>#include <base_units.h>#include <eda_text.h>#include <font/font.h>#include <layer_ids.h>#include <lib_id.h>#include <lib_symbol.h>#include <math/util.h>#include <pin_type.h>#include <sch_field.h>#include <sch_no_connect.h>#include <sch_pin.h>#include <sch_screen.h>#include <sch_shape.h>#include <sch_sheet_path.h>#include <sch_symbol.h>#include <sch_text.h>#include <stroke_params.h>#include <symbol.h>#include <template_fieldnames.h>#include <sch_io/orcad/orcad_converter.h>#include <sch_io/orcad/orcad_stream.h>Go to the source code of this file.
Functions | |
| LINE_STYLE | OrcadLineStyle (int aStyle) |
| int | OrcadLineWidthIu (int aWidth) |
| FILL_T | OrcadFillType (int aFillStyle, int aHatchStyle) |
ORCAD_CONVERTER symbol half.
Cache and in-memory LIB_SYMBOL space both Y-down; .kicad_sch writer flips into file Y-up, so graphics/pins pass through unchanged.
Definition in file orcad_converter_symbols.cpp.
| FILL_T OrcadFillType | ( | int | aFillStyle, |
| int | aHatchStyle ) |
Definition at line 91 of file orcad_converter_symbols.cpp.
References CROSS_HATCH, FILLED_WITH_BG_BODYCOLOR, HATCH, NO_FILL, and REVERSE_HATCH.
Referenced by ORCAD_CONVERTER::addSymbolPrimitive(), and BOOST_AUTO_TEST_CASE().
| LINE_STYLE OrcadLineStyle | ( | int | aStyle | ) |
Definition at line 67 of file orcad_converter_symbols.cpp.
References DASH, DASHDOT, DASHDOTDOT, DEFAULT, DOT, and SOLID.
Referenced by BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::placeGraphics(), and ORCAD_CONVERTER::placeWires().
| int OrcadLineWidthIu | ( | int | aWidth | ) |
Definition at line 82 of file orcad_converter_symbols.cpp.
References schIUScale.
Referenced by BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::placeGraphics(), and ORCAD_CONVERTER::placeWires().