KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_ARC (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
bool | m_IsElliptical |
VECTOR2I | m_Center |
int | m_Radius |
int | m_SecondaryRadius |
double | m_StartAngle |
double | m_EndAngle |
int | m_LineWidth |
Definition at line 396 of file altium_parser_sch.h.
|
explicit |
Definition at line 394 of file altium_parser_sch.cpp.
References ARC, ELLIPTICAL_ARC, m_Center, m_EndAngle, m_IsElliptical, m_LineWidth, m_Radius, m_SecondaryRadius, m_StartAngle, ownerindex, ownerpartdisplaymode, ownerpartid, ALTIUM_PARSER::ReadDouble(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
VECTOR2I ASCH_ARC::m_Center |
Definition at line 403 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
double ASCH_ARC::m_EndAngle |
Definition at line 407 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
bool ASCH_ARC::m_IsElliptical |
Definition at line 402 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::m_LineWidth |
Definition at line 409 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::m_Radius |
Definition at line 404 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::m_SecondaryRadius |
Definition at line 405 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
double ASCH_ARC::m_StartAngle |
Definition at line 406 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::ownerindex |
Definition at line 398 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::ownerpartdisplaymode |
Definition at line 400 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().
int ASCH_ARC::ownerpartid |
Definition at line 399 of file altium_parser_sch.h.
Referenced by ASCH_ARC(), and SCH_ALTIUM_PLUGIN::ParseArc().