KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_POWER_PORT (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
wxString | text |
bool | showNetName |
VECTOR2I | location |
ASCH_RECORD_ORIENTATION | orientation |
ASCH_POWER_PORT_STYLE | style |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
Definition at line 652 of file altium_parser_sch.h.
|
explicit |
Definition at line 594 of file altium_parser_sch.cpp.
References location, orientation, ALTIUM_PARSER::ReadBool(), ReadKiCadUnitFrac(), ReadRecord(), ALTIUM_PARSER::ReadString(), showNetName, style, and text.
|
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().
VECTOR2I ASCH_POWER_PORT::location |
Definition at line 657 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 658 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
|
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().
bool ASCH_POWER_PORT::showNetName |
Definition at line 655 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 659 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().
wxString ASCH_POWER_PORT::text |
Definition at line 654 of file altium_parser_sch.h.
Referenced by ASCH_POWER_PORT(), and SCH_ALTIUM_PLUGIN::ParsePowerPort().