KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_POWER_PORT (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerpartid |
wxString | text |
bool | showNetName |
VECTOR2I | location |
ASCH_RECORD_ORIENTATION | orientation |
ASCH_POWER_PORT_STYLE | style |
Definition at line 611 of file altium_parser_sch.h.
|
explicit |
Definition at line 601 of file altium_parser_sch.cpp.
References CIRCLE, location, orientation, ownerpartid, POWER_PORT, ALTIUM_PARSER::ReadBool(), ReadKiCadUnitFrac(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, showNetName, style, and text.
VECTOR2I ASCH_POWER_PORT::location |
Definition at line 618 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
ASCH_RECORD_ORIENTATION ASCH_POWER_PORT::orientation |
Definition at line 619 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
int ASCH_POWER_PORT::ownerpartid |
Definition at line 613 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT().
bool ASCH_POWER_PORT::showNetName |
Definition at line 616 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
ASCH_POWER_PORT_STYLE ASCH_POWER_PORT::style |
Definition at line 620 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
wxString ASCH_POWER_PORT::text |
Definition at line 615 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().