![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_POLYLINE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
std::vector< wxPoint > | points |
int | lineWidth |
ASCH_POLYLINE_LINESTYLE | linestyle |
Definition at line 317 of file altium_parser_sch.h.
|
explicit |
Definition at line 284 of file altium_parser_sch.cpp.
References linestyle, lineWidth, ownerindex, ownerpartdisplaymode, ownerpartid, points, POLYLINE, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), and SOLID.
ASCH_POLYLINE_LINESTYLE ASCH_POLYLINE::linestyle |
Definition at line 327 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::lineWidth |
Definition at line 325 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::ownerindex |
Definition at line 319 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::ownerpartdisplaymode |
Definition at line 321 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::ownerpartid |
Definition at line 320 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
std::vector<wxPoint> ASCH_POLYLINE::points |
Definition at line 323 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().