KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_PORT (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
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 |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
Definition at line 665 of file altium_parser_sch.h.
|
explicit |
Definition at line 614 of file altium_parser_sch.cpp.
References Alignment, AreaColor, Color, FontID, HarnessType, Height, IOtype, Location, Name, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadRecord(), ALTIUM_PARSER::ReadString(), Style, TextColor, and Width.
ASCH_TEXT_FRAME_ALIGNMENT ASCH_PORT::Alignment |
Definition at line 678 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
int ASCH_PORT::AreaColor |
Definition at line 673 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
int ASCH_PORT::Color |
Definition at line 674 of file altium_parser_sch.h.
Referenced by ASCH_PORT().
int ASCH_PORT::FontID |
Definition at line 676 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
wxString ASCH_PORT::HarnessType |
Definition at line 668 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::Height |
Definition at line 672 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
|
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().
ASCH_PORT_IOTYPE ASCH_PORT::IOtype |
Definition at line 680 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
VECTOR2I ASCH_PORT::Location |
Definition at line 670 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 667 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), SCH_ALTIUM_PLUGIN::ParseHarnessPort(), and SCH_ALTIUM_PLUGIN::ParsePort().
|
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::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().
ASCH_PORT_STYLE ASCH_PORT::Style |
Definition at line 681 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParsePort().
int ASCH_PORT::TextColor |
Definition at line 675 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), and SCH_ALTIUM_PLUGIN::ParseHarnessPort().
int ASCH_PORT::Width |
Definition at line 671 of file altium_parser_sch.h.
Referenced by ASCH_PORT(), SCH_ALTIUM_PLUGIN::ParseHarnessPort(), and SCH_ALTIUM_PLUGIN::ParsePort().