KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_ROUND_RECTANGLE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
VECTOR2I | BottomLeft |
VECTOR2I | TopRight |
wxSize | CornerRadius |
bool | IsTransparent |
int | OwnerIndex |
int | OwnerPartID |
int | OwnerPartDisplayMode |
int | LineWidth |
bool | IsSolid |
int | Color |
int | AreaColor |
Definition at line 383 of file altium_parser_sch.h.
|
explicit |
Definition at line 369 of file altium_parser_sch.cpp.
References ASCH_SHAPE_INTERFACE::AreaColor, BottomLeft, ASCH_SHAPE_INTERFACE::Color, CornerRadius, 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(), ROUND_RECTANGLE, and TopRight.
|
inherited |
Definition at line 130 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
VECTOR2I ASCH_ROUND_RECTANGLE::BottomLeft |
Definition at line 385 of file altium_parser_sch.h.
Referenced by ASCH_ROUND_RECTANGLE(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
|
inherited |
Definition at line 129 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
wxSize ASCH_ROUND_RECTANGLE::CornerRadius |
Definition at line 388 of file altium_parser_sch.h.
Referenced by ASCH_ROUND_RECTANGLE().
|
inherited |
Definition at line 127 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_ROUND_RECTANGLE::IsTransparent |
Definition at line 390 of file altium_parser_sch.h.
Referenced by ASCH_ROUND_RECTANGLE().
|
inherited |
Definition at line 126 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_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_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_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_RECTANGLE(), ASCH_ROUND_RECTANGLE(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParseRectangle(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().
VECTOR2I ASCH_ROUND_RECTANGLE::TopRight |
Definition at line 386 of file altium_parser_sch.h.
Referenced by ASCH_ROUND_RECTANGLE(), and SCH_ALTIUM_PLUGIN::ParseRoundRectangle().