KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Attributes | |
int | OwnerIndex |
int | OwnerPartID |
int | OwnerPartDisplayMode |
int | LineWidth |
bool | IsSolid |
int | Color |
int | AreaColor |
Definition at line 120 of file altium_parser_sch.h.
int ASCH_SHAPE_INTERFACE::AreaColor |
Definition at line 130 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
int ASCH_SHAPE_INTERFACE::Color |
Definition at line 129 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_SHAPE_INTERFACE::IsSolid |
Definition at line 127 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
int ASCH_SHAPE_INTERFACE::LineWidth |
Definition at line 126 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::ASCH_POLYGON(), ASCH_RECTANGLE::ASCH_RECTANGLE(), ASCH_ROUND_RECTANGLE::ASCH_ROUND_RECTANGLE(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
int ASCH_SHAPE_INTERFACE::OwnerIndex |
Definition at line 122 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::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().
int ASCH_SHAPE_INTERFACE::OwnerPartDisplayMode |
Definition at line 124 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::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().
int ASCH_SHAPE_INTERFACE::OwnerPartID |
Definition at line 123 of file altium_parser_sch.h.
Referenced by ASCH_POLYGON::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().