![]() |
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 |
wxPoint | point1 |
wxPoint | point2 |
int | lineWidth |
Definition at line 390 of file altium_parser_sch.h.
|
explicit |
Definition at line 380 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 399 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerindex |
Definition at line 392 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerpartdisplaymode |
Definition at line 394 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
int ASCH_LINE::ownerpartid |
Definition at line 393 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
wxPoint ASCH_LINE::point1 |
Definition at line 396 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().
wxPoint ASCH_LINE::point2 |
Definition at line 397 of file altium_parser_sch.h.
Referenced by ASCH_LINE(), and SCH_ALTIUM_PLUGIN::ParseLine().