KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_BORDER_INTERFACE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | LineWidth |
int | Color |
Definition at line 137 of file altium_parser_sch.h.
|
explicit |
Definition at line 255 of file altium_parser_sch.cpp.
References Color, LineWidth, EDA_IU_SCALE::MilsToIU(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), and schIUScale.
int ASCH_BORDER_INTERFACE::Color |
Definition at line 140 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParsePolygon(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SCH_ALTIUM_PLUGIN::ParseRectangle(), SCH_ALTIUM_PLUGIN::ParseRoundRectangle(), SetLibShapeLine(), and SetSchShapeLine().
int ASCH_BORDER_INTERFACE::LineWidth |
Definition at line 139 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseArc(), SCH_ALTIUM_PLUGIN::ParseBezier(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SCH_ALTIUM_PLUGIN::ParseEllipticalArc(), SCH_ALTIUM_PLUGIN::ParseLine(), SCH_ALTIUM_PLUGIN::ParsePolyline(), SetLibShapeLine(), and SetSchShapeLine().