![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_POLYGON (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | ownerpartdisplaymode |
std::vector< wxPoint > | points |
int | lineWidth |
bool | isSolid |
int | color |
int | areacolor |
Definition at line 333 of file altium_parser_sch.h.
|
explicit |
Definition at line 311 of file altium_parser_sch.cpp.
References areacolor, color, isSolid, lineWidth, ownerindex, ownerpartdisplaymode, ownerpartid, points, POLYGON, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
int ASCH_POLYGON::areacolor |
Definition at line 345 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
int ASCH_POLYGON::color |
Definition at line 344 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
bool ASCH_POLYGON::isSolid |
Definition at line 342 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
int ASCH_POLYGON::lineWidth |
Definition at line 341 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
int ASCH_POLYGON::ownerindex |
Definition at line 335 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
int ASCH_POLYGON::ownerpartdisplaymode |
Definition at line 337 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
int ASCH_POLYGON::ownerpartid |
Definition at line 336 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().
std::vector<wxPoint> ASCH_POLYGON::points |
Definition at line 339 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().