![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_PORT (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerpartid |
wxString | name |
wxString | harnessType |
wxPoint | location |
int | width |
int | height |
ASCH_PORT_IOTYPE | iotype |
ASCH_PORT_STYLE | style |
Definition at line 520 of file altium_parser_sch.h.
|
explicit |
Definition at line 473 of file altium_parser_sch.cpp.
References harnessType, height, iotype, location, name, NONE_HORIZONTAL, ownerpartid, PORT, ReadKiCadUnitFrac(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), style, UNSPECIFIED, and width.
wxString ASCH_PORT::harnessType |
Definition at line 525 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::height |
Definition at line 529 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
ASCH_PORT_IOTYPE ASCH_PORT::iotype |
Definition at line 531 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
wxPoint ASCH_PORT::location |
Definition at line 527 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
wxString ASCH_PORT::name |
Definition at line 524 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::ownerpartid |
Definition at line 522 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
ASCH_PORT_STYLE ASCH_PORT::style |
Definition at line 532 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::width |
Definition at line 528 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().