KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_BEZIER (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
std::vector< VECTOR2I > | points |
int | lineWidth |
Definition at line 326 of file altium_parser_sch.h.
|
explicit |
Definition at line 293 of file altium_parser_sch.cpp.
References BEZIER, lineWidth, ownerindex, ownerpartdisplaymode, ownerpartid, points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
int ASCH_BEZIER::lineWidth |
Definition at line 334 of file altium_parser_sch.h.
Referenced by ASCH_BEZIER(), and SCH_ALTIUM_PLUGIN::ParseBezier().
int ASCH_BEZIER::ownerindex |
Definition at line 328 of file altium_parser_sch.h.
Referenced by ASCH_BEZIER(), and SCH_ALTIUM_PLUGIN::ParseBezier().
int ASCH_BEZIER::ownerpartdisplaymode |
Definition at line 330 of file altium_parser_sch.h.
Referenced by ASCH_BEZIER(), and SCH_ALTIUM_PLUGIN::ParseBezier().
int ASCH_BEZIER::ownerpartid |
Definition at line 329 of file altium_parser_sch.h.
Referenced by ASCH_BEZIER(), and SCH_ALTIUM_PLUGIN::ParseBezier().
std::vector<VECTOR2I> ASCH_BEZIER::points |
Definition at line 332 of file altium_parser_sch.h.
Referenced by ASCH_BEZIER(), and SCH_ALTIUM_PLUGIN::ParseBezier().