KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_BUS (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | lineWidth |
std::vector< VECTOR2I > | points |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
Definition at line 711 of file altium_parser_sch.h.
|
explicit |
Definition at line 672 of file altium_parser_sch.cpp.
References lineWidth, points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), and ReadRecord().
|
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().
int ASCH_BUS::lineWidth |
Definition at line 713 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().
|
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().
std::vector<VECTOR2I> ASCH_BUS::points |
Definition at line 715 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().