KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_PIN (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
wxString | name |
wxString | text |
wxString | designator |
ASCH_PIN_SYMBOL::PTYPE | symbolOuter |
ASCH_PIN_SYMBOL::PTYPE | symbolInner |
ASCH_PIN_SYMBOL::PTYPE | symbolOuterEdge |
ASCH_PIN_SYMBOL::PTYPE | symbolInnerEdge |
ASCH_PIN_ELECTRICAL | electrical |
ASCH_RECORD_ORIENTATION | orientation |
VECTOR2I | location |
int | pinlength |
VECTOR2I | kicadLocation |
bool | showPinName |
bool | showDesignator |
bool | hidden |
bool | locked |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
bool | IsNotAccesible |
Definition at line 315 of file altium_parser_sch.h.
|
explicit |
Definition at line 197 of file altium_parser_sch.cpp.
References Altium2KiCadUnit(), designator, electrical, ASCH_PIN_SYMBOL::FromInt(), hidden, kicadLocation, location, locked, name, orientation, ASCH_OWNER_INTERFACE::ownerpartdisplaymode, pinlength, ALTIUM_PROPS_UTILS::ReadInt(), ReadRecord(), ALTIUM_PROPS_UTILS::ReadString(), showDesignator, showPinName, symbolInner, symbolInnerEdge, symbolOuter, symbolOuterEdge, and text.
wxString ASCH_PIN::designator |
Definition at line 319 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
ASCH_PIN_ELECTRICAL ASCH_PIN::electrical |
Definition at line 327 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
bool ASCH_PIN::hidden |
Definition at line 337 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
|
inherited |
Definition at line 126 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_CONNECTOR::ASCH_HARNESS_CONNECTOR(), and ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE().
|
inherited |
Definition at line 127 of file altium_parser_sch.h.
Referenced by ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE().
VECTOR2I ASCH_PIN::kicadLocation |
Definition at line 333 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
VECTOR2I ASCH_PIN::location |
Definition at line 330 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
bool ASCH_PIN::locked |
Definition at line 338 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
wxString ASCH_PIN::name |
Definition at line 317 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
ASCH_RECORD_ORIENTATION ASCH_PIN::orientation |
Definition at line 328 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
|
inherited |
Definition at line 123 of file altium_parser_sch.h.
Referenced by SCH_IO_ALTIUM::AddLibTextBox(), ASCH_IMPLEMENTATION::ASCH_IMPLEMENTATION(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), SCH_IO_ALTIUM::IsComponentPartVisible(), SCH_IO_ALTIUM::ParseArc(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseDesignator(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseEllipticalArc(), SCH_IO_ALTIUM::ParseFileName(), SCH_IO_ALTIUM::ParseHarnessConnector(), SCH_IO_ALTIUM::ParseImage(), SCH_IO_ALTIUM::ParseImplementation(), SCH_IO_ALTIUM::ParseImplementationList(), SCH_IO_ALTIUM::ParseLabel(), SCH_IO_ALTIUM::ParseLibParameter(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParseParameter(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePin(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParseRectangle(), SCH_IO_ALTIUM::ParseRoundRectangle(), SCH_IO_ALTIUM::ParseSheetEntry(), SCH_IO_ALTIUM::ParseSheetName(), SCH_IO_ALTIUM::ParseSignalHarness(), and SCH_IO_ALTIUM::ParseTextFrame().
|
inherited |
Definition at line 125 of file altium_parser_sch.h.
Referenced by SCH_IO_ALTIUM::AddLibTextBox(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), ASCH_PIN(), SCH_IO_ALTIUM::IsComponentPartVisible(), SCH_IO_ALTIUM::ParseArc(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseEllipticalArc(), SCH_IO_ALTIUM::ParseLabel(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePin(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParseRectangle(), and SCH_IO_ALTIUM::ParseRoundRectangle().
|
inherited |
Definition at line 124 of file altium_parser_sch.h.
Referenced by SCH_IO_ALTIUM::AddLibTextBox(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), SCH_IO_ALTIUM::ParseArc(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseEllipticalArc(), SCH_IO_ALTIUM::ParseImage(), SCH_IO_ALTIUM::ParseLabel(), SCH_IO_ALTIUM::ParseLibParameter(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePin(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParseRectangle(), and SCH_IO_ALTIUM::ParseRoundRectangle().
int ASCH_PIN::pinlength |
Definition at line 331 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
bool ASCH_PIN::showDesignator |
Definition at line 336 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
bool ASCH_PIN::showPinName |
Definition at line 335 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolInner |
Definition at line 322 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolInnerEdge |
Definition at line 325 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolOuter |
Definition at line 321 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolOuterEdge |
Definition at line 324 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_IO_ALTIUM::ParsePin().
wxString ASCH_PIN::text |
Definition at line 318 of file altium_parser_sch.h.
Referenced by ASCH_PIN().