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< VECTOR2I > | Points |
int | LineWidth |
int | Color |
ASCH_POLYLINE_LINESTYLE | LineStyle |
Definition at line 358 of file altium_parser_sch.h.
|
explicit |
Definition at line 314 of file altium_parser_sch.cpp.
References Color, LineStyle, LineWidth, OwnerIndex, OwnerPartDisplayMode, OwnerPartID, Points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
int ASCH_POLYLINE::Color |
Definition at line 367 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
ASCH_POLYLINE_LINESTYLE ASCH_POLYLINE::LineStyle |
Definition at line 369 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::LineWidth |
Definition at line 366 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::OwnerIndex |
Definition at line 360 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::OwnerPartDisplayMode |
Definition at line 362 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
int ASCH_POLYLINE::OwnerPartID |
Definition at line 361 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().
std::vector<VECTOR2I> ASCH_POLYLINE::Points |
Definition at line 364 of file altium_parser_sch.h.
Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().