KiCad PCB EDA Suite
Loading...
Searching...
No Matches
orcad_converter_symbols.cpp File Reference

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)
 

Detailed Description

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.

Function Documentation

◆ OrcadFillType()

FILL_T OrcadFillType ( int aFillStyle,
int aHatchStyle )

◆ OrcadLineStyle()

LINE_STYLE OrcadLineStyle ( int aStyle)

◆ OrcadLineWidthIu()

int OrcadLineWidthIu ( int aWidth)