KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_ARC (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
bool | m_IsElliptical |
VECTOR2I | m_Center |
int | m_Radius |
int | m_SecondaryRadius |
double | m_StartAngle |
double | m_EndAngle |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
int | indexinsheet |
int | LineWidth |
int | Color |
Definition at line 473 of file altium_parser_sch.h.
|
explicit |
Definition at line 407 of file altium_parser_sch.cpp.
References m_Center, m_EndAngle, m_IsElliptical, m_Radius, m_SecondaryRadius, m_StartAngle, ALTIUM_PARSER::ReadDouble(), ReadKiCadUnitFrac(), and ReadRecord().
|
inherited |
Definition at line 140 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE::ASCH_BORDER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SCH_ALTIUM_PLUGIN::ParseRectangle(), SCH_ALTIUM_PLUGIN::ParseRoundRectangle(), SetLibShapeLine(), and SetSchShapeLine().
|
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().
|
inherited |
Definition at line 139 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE::ASCH_BORDER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseArc(), SCH_ALTIUM_PLUGIN::ParseBezier(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseEllipticalArc(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SetLibShapeLine(), and SetSchShapeLine().
VECTOR2I ASCH_ARC::m_Center |
Definition at line 476 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), SCH_ALTIUM_PLUGIN::ParseArc(), and SCH_ALTIUM_PLUGIN::ParseEllipticalArc().
double ASCH_ARC::m_EndAngle |
Definition at line 480 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), SCH_ALTIUM_PLUGIN::ParseArc(), and SCH_ALTIUM_PLUGIN::ParseEllipticalArc().
bool ASCH_ARC::m_IsElliptical |
Definition at line 475 of file altium_parser_sch.h.
Referenced by ASCH_ARC().
int ASCH_ARC::m_Radius |
Definition at line 477 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), SCH_ALTIUM_PLUGIN::ParseArc(), and SCH_ALTIUM_PLUGIN::ParseEllipticalArc().
int ASCH_ARC::m_SecondaryRadius |
Definition at line 478 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseEllipticalArc().
double ASCH_ARC::m_StartAngle |
Definition at line 479 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), SCH_ALTIUM_PLUGIN::ParseArc(), and SCH_ALTIUM_PLUGIN::ParseEllipticalArc().
|
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().