![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_PIN (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
wxString | name |
wxString | text |
wxString | designator |
ASCH_PIN_SYMBOL_OUTER | symbolOuter |
ASCH_PIN_SYMBOL_INNER | symbolInner |
ASCH_PIN_SYMBOL_OUTEREDGE | symbolOuterEdge |
ASCH_PIN_SYMBOL_INNEREDGE | symbolInnerEdge |
ASCH_PIN_ELECTRICAL | electrical |
ASCH_RECORD_ORIENTATION | orientation |
wxPoint | location |
int | pinlength |
wxPoint | kicadLocation |
bool | showPinName |
bool | showDesignator |
Definition at line 193 of file altium_parser_sch.h.
|
explicit |
Definition at line 126 of file altium_parser_sch.cpp.
References Altium2KiCadUnit(), designator, DOWNWARDS, electrical, INPUT, kicadLocation, LEFTWARDS, location, name, NO_SYMBOL, orientation, ownerindex, ownerpartdisplaymode, ownerpartid, PIN, pinlength, ALTIUM_PARSER::ReadInt(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, showDesignator, showPinName, symbolInner, symbolInnerEdge, symbolOuter, symbolOuterEdge, text, and UPWARDS.
wxString ASCH_PIN::designator |
Definition at line 201 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_ELECTRICAL ASCH_PIN::electrical |
Definition at line 209 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
wxPoint ASCH_PIN::kicadLocation |
Definition at line 215 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
wxPoint ASCH_PIN::location |
Definition at line 212 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
wxString ASCH_PIN::name |
Definition at line 199 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_RECORD_ORIENTATION ASCH_PIN::orientation |
Definition at line 210 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
int ASCH_PIN::ownerindex |
Definition at line 195 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
int ASCH_PIN::ownerpartdisplaymode |
Definition at line 197 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
int ASCH_PIN::ownerpartid |
Definition at line 196 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
int ASCH_PIN::pinlength |
Definition at line 213 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::showDesignator |
Definition at line 218 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
bool ASCH_PIN::showPinName |
Definition at line 217 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_SYMBOL_INNER ASCH_PIN::symbolInner |
Definition at line 204 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL_INNEREDGE ASCH_PIN::symbolInnerEdge |
Definition at line 207 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
ASCH_PIN_SYMBOL_OUTER ASCH_PIN::symbolOuter |
Definition at line 203 of file altium_parser_sch.h.
Referenced by ASCH_PIN().
ASCH_PIN_SYMBOL_OUTEREDGE ASCH_PIN::symbolOuterEdge |
Definition at line 206 of file altium_parser_sch.h.
Referenced by ASCH_PIN(), and SCH_ALTIUM_PLUGIN::ParsePin().
wxString ASCH_PIN::text |
Definition at line 200 of file altium_parser_sch.h.
Referenced by ASCH_PIN().