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 |
bool | isKiCadLibPin |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
Definition at line 303 of file altium_parser_sch.h.
|
explicit |
Definition at line 144 of file altium_parser_sch.cpp.
References Altium2KiCadUnit(), designator, electrical, ASCH_PIN_SYMBOL::FromInt(), hidden, isKiCadLibPin, kicadLocation, location, locked, name, orientation, ASCH_OWNER_INTERFACE::ownerpartdisplaymode, pinlength, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadRecord(), ALTIUM_PARSER::ReadString(), showDesignator, showPinName, symbolInner, symbolInnerEdge, symbolOuter, symbolOuterEdge, and text.
wxString ASCH_PIN::designator |
Definition at line 307 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_ELECTRICAL ASCH_PIN::electrical |
Definition at line 315 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::hidden |
Definition at line 325 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
|
inherited |
Definition at line 123 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_CONNECTOR::ASCH_HARNESS_CONNECTOR(), and ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE().
bool ASCH_PIN::isKiCadLibPin |
Definition at line 328 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
VECTOR2I ASCH_PIN::kicadLocation |
Definition at line 321 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
VECTOR2I ASCH_PIN::location |
Definition at line 318 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::locked |
Definition at line 326 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
wxString ASCH_PIN::name |
Definition at line 305 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_RECORD_ORIENTATION ASCH_PIN::orientation |
Definition at line 316 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
|
inherited |
Definition at line 120 of file altium_parser_sch.h.
Referenced by SCH_ALTIUM_PLUGIN::AddLibTextBox(), ASCH_IMPLEMENTATION::ASCH_IMPLEMENTATION(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseArc(), SCH_ALTIUM_PLUGIN::ParseBezier(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseDesignator(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseEllipticalArc(), SCH_ALTIUM_PLUGIN::ParseFileName(), SCH_ALTIUM_PLUGIN::ParseImage(), SCH_ALTIUM_PLUGIN::ParseImplementation(), SCH_ALTIUM_PLUGIN::ParseImplementationList(), SCH_ALTIUM_PLUGIN::ParseLabel(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParseParameter(), SCH_ALTIUM_PLUGIN::ParsePin(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SCH_ALTIUM_PLUGIN::ParseRectangle(), SCH_ALTIUM_PLUGIN::ParseRoundRectangle(), SCH_ALTIUM_PLUGIN::ParseSheetEntry(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
|
inherited |
Definition at line 122 of file altium_parser_sch.h.
Referenced by SCH_ALTIUM_PLUGIN::AddLibTextBox(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), ASCH_PIN(), SCH_ALTIUM_PLUGIN::ParseArc(), SCH_ALTIUM_PLUGIN::ParseBezier(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseEllipticalArc(), SCH_ALTIUM_PLUGIN::ParseLabel(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParsePin(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
|
inherited |
Definition at line 121 of file altium_parser_sch.h.
Referenced by SCH_ALTIUM_PLUGIN::AddLibTextBox(), ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseArc(), SCH_ALTIUM_PLUGIN::ParseBezier(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseEllipticalArc(), SCH_ALTIUM_PLUGIN::ParseHarnessConnector(), SCH_ALTIUM_PLUGIN::ParseImage(), SCH_ALTIUM_PLUGIN::ParseLabel(), SCH_ALTIUM_PLUGIN::ParseLibParameter(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParseParameter(), SCH_ALTIUM_PLUGIN::ParsePin(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SCH_ALTIUM_PLUGIN::ParseRectangle(), SCH_ALTIUM_PLUGIN::ParseRoundRectangle(), SCH_ALTIUM_PLUGIN::ParseSignalHarness(), and SCH_ALTIUM_PLUGIN::ParseTextFrame().
int ASCH_PIN::pinlength |
Definition at line 319 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::showDesignator |
Definition at line 324 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::showPinName |
Definition at line 323 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolInner |
Definition at line 310 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolInnerEdge |
Definition at line 313 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolOuter |
Definition at line 309 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL::PTYPE ASCH_PIN::symbolOuterEdge |
Definition at line 312 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
wxString ASCH_PIN::text |
Definition at line 306 of file altium_parser_sch.h.
Referenced by ASCH_PIN().