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 141 of file altium_parser_sch.h.
|
explicit |
Definition at line 302 of file altium_parser_sch.cpp.
References Color, LineWidth, EDA_IU_SCALE::MilsToIU(), ALTIUM_PROPS_UTILS::ReadInt(), ReadKiCadUnitFrac(), and schIUScale.
int ASCH_BORDER_INTERFACE::Color |
Definition at line 144 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE(), SCH_IO_ALTIUM::ParseArc(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParseRectangle(), SCH_IO_ALTIUM::ParseRoundRectangle(), SetLibShapeLine(), and SetSchShapeLine().
int ASCH_BORDER_INTERFACE::LineWidth |
Definition at line 143 of file altium_parser_sch.h.
Referenced by ASCH_BORDER_INTERFACE(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseEllipticalArc(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePolyline(), SetLibShapeLine(), and SetSchShapeLine().