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 132 of file altium_parser_sch.h.
|
explicit |
Definition at line 294 of file altium_parser_sch.cpp.
References AreaColor, IsSolid, IsTransparent, ALTIUM_PROPS_UTILS::ReadBool(), and ALTIUM_PROPS_UTILS::ReadInt().
int ASCH_FILL_INTERFACE::AreaColor |
Definition at line 134 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseEllipse(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_FILL_INTERFACE::IsSolid |
Definition at line 135 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), SCH_IO_ALTIUM::ParseCircle(), SCH_IO_ALTIUM::ParseEllipse(), SetLibShapeFillAndColor(), and SetSchShapeFillAndColor().
bool ASCH_FILL_INTERFACE::IsTransparent |
Definition at line 136 of file altium_parser_sch.h.
Referenced by ASCH_FILL_INTERFACE(), SCH_IO_ALTIUM::ParseEllipse(), and SetLibShapeFillAndColor().