KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_LINE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
VECTOR2I | point1 |
VECTOR2I | point2 |
int | lineWidth |
Definition at line 432 of file altium_parser_sch.h.
|
explicit |
Definition at line 437 of file altium_parser_sch.cpp.
References LINE, lineWidth, ownerindex, ownerpartdisplaymode, ownerpartid, point1, point2, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
int ASCH_LINE::lineWidth |
Definition at line 441 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerindex |
Definition at line 434 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerpartdisplaymode |
Definition at line 436 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerpartid |
Definition at line 435 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
VECTOR2I ASCH_LINE::point1 |
Definition at line 438 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
VECTOR2I ASCH_LINE::point2 |
Definition at line 439 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().