KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_POLYGON (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
std::vector< VECTOR2I > | points |
int | OwnerIndex |
int | OwnerPartID |
int | OwnerPartDisplayMode |
int | LineWidth |
bool | IsSolid |
int | Color |
int | AreaColor |
Definition at line 375 of file altium_parser_sch.h.
|
explicit |
Definition at line 344 of file altium_parser_sch.cpp.
References ASCH_SHAPE_INTERFACE::AreaColor, ASCH_SHAPE_INTERFACE::Color, ASCH_SHAPE_INTERFACE::IsSolid, ASCH_SHAPE_INTERFACE::LineWidth, ASCH_SHAPE_INTERFACE::OwnerIndex, ASCH_SHAPE_INTERFACE::OwnerPartDisplayMode, ASCH_SHAPE_INTERFACE::OwnerPartID, points, POLYGON, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), and ReadRecord().
|
inherited |
Definition at line 130 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
|
inherited |
Definition at line 129 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
|
inherited |
Definition at line 127 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
|
inherited |
Definition at line 126 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
|
inherited |
Definition at line 122 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
|
inherited |
Definition at line 124 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
|
inherited |
Definition at line 123 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
std::vector<VECTOR2I> ASCH_POLYGON::points |
Definition at line 377 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON(), and SCH_ALTIUM_PLUGIN::ParsePolygon().