KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_FILL_INTERFACE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | AreaColor |
bool | IsSolid |
bool | IsTransparent |
Definition at line 128 of file altium_parser_sch.h.
|
explicit |
Definition at line 247 of file altium_parser_sch.cpp.
References AreaColor, IsSolid, IsTransparent, ALTIUM_PARSER::ReadBool(), and ALTIUM_PARSER::ReadInt().
int ASCH_FILL_INTERFACE::AreaColor |
Definition at line 130 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_FILL_INTERFACE::IsSolid |
Definition at line 131 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), SCH_ALTIUM_PLUGIN::ParseCircle(), SCH_ALTIUM_PLUGIN::ParseEllipse(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_FILL_INTERFACE::IsTransparent |
Definition at line 132 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), and SetLibShapeFillAndColor().