KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_RECTANGLE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
VECTOR2I | BottomLeft |
VECTOR2I | TopRight |
bool | IsTransparent |
int | OwnerIndex |
int | OwnerPartID |
int | OwnerPartDisplayMode |
int | LineWidth |
bool | IsSolid |
int | Color |
int | AreaColor |
Definition at line 529 of file altium_parser_sch.h.
|
explicit |
Definition at line 544 of file altium_parser_sch.cpp.
References ASCH_SHAPE_INTERFACE::AreaColor, BottomLeft, ASCH_SHAPE_INTERFACE::Color, ASCH_SHAPE_INTERFACE::IsSolid, IsTransparent, ASCH_SHAPE_INTERFACE::LineWidth, ASCH_SHAPE_INTERFACE::OwnerIndex, ASCH_SHAPE_INTERFACE::OwnerPartDisplayMode, ASCH_SHAPE_INTERFACE::OwnerPartID, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), RECTANGLE, and TopRight.
|
inherited |
Definition at line 130 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
VECTOR2I ASCH_RECTANGLE::BottomLeft |
Definition at line 531 of file altium_parser_sch.h.
Referenced by ASCH_RECTANGLE(), and SCH_ALTIUM_PLUGIN::ParseRectangle().
|
inherited |
Definition at line 129 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), 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_POLYGON(), ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_RECTANGLE::IsTransparent |
Definition at line 534 of file altium_parser_sch.h.
Referenced by ASCH_RECTANGLE().
|
inherited |
Definition at line 126 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), 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_POLYGON(), 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_POLYGON(), 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_POLYGON(), ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
VECTOR2I ASCH_RECTANGLE::TopRight |
Definition at line 532 of file altium_parser_sch.h.
Referenced by ASCH_RECTANGLE(), and SCH_ALTIUM_PLUGIN::ParseRectangle().