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 |
VECTOR2I | Location |
int | Width |
int | Height |
int | AreaColor |
int | Color |
int | TextColor |
int | FontID |
ASCH_TEXT_FRAME_ALIGNMENT | Alignment |
ASCH_PORT_IOTYPE | IOtype |
ASCH_PORT_STYLE | Style |
Definition at line 626 of file altium_parser_sch.h.
|
explicit |
Definition at line 621 of file altium_parser_sch.cpp.
References Alignment, AreaColor, Color, FontID, HarnessType, Height, IOtype, Location, Name, OwnerPartID, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), Style, TextColor, and Width.
ASCH_TEXT_FRAME_ALIGNMENT ASCH_PORT::Alignment |
Definition at line 641 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
int ASCH_PORT::AreaColor |
Definition at line 636 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
int ASCH_PORT::Color |
Definition at line 637 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
int ASCH_PORT::FontID |
Definition at line 639 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
wxString ASCH_PORT::HarnessType |
Definition at line 631 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::Height |
Definition at line 635 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
ASCH_PORT_IOTYPE ASCH_PORT::IOtype |
Definition at line 643 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
VECTOR2I ASCH_PORT::Location |
Definition at line 633 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), SCH_ALTIUM_PLUGIN::ParseHarnessPort(), and SCH_ALTIUM_PLUGIN::ParsePort().
wxString ASCH_PORT::Name |
Definition at line 630 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), SCH_ALTIUM_PLUGIN::ParseHarnessPort(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::OwnerPartID |
Definition at line 628 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
ASCH_PORT_STYLE ASCH_PORT::Style |
Definition at line 644 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::TextColor |
Definition at line 638 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
int ASCH_PORT::Width |
Definition at line 634 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), SCH_ALTIUM_PLUGIN::ParseHarnessPort(), and SCH_ALTIUM_PLUGIN::ParsePort().