KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_ELLIPSE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | OwnerIndex |
int | OwnerPartID |
VECTOR2I | Center |
int | Radius |
double | SecondaryRadius |
int | AreaColor |
bool | IsSolid |
bool | IsNotAccesible |
Definition at line 415 of file altium_parser_sch.h.
|
explicit |
Definition at line 418 of file altium_parser_sch.cpp.
References AreaColor, Center, ELLIPSE, IsNotAccesible, IsSolid, OwnerIndex, OwnerPartID, Radius, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), and SecondaryRadius.
int ASCH_ELLIPSE::AreaColor |
Definition at line 424 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
VECTOR2I ASCH_ELLIPSE::Center |
Definition at line 420 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
bool ASCH_ELLIPSE::IsNotAccesible |
Definition at line 426 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE().
bool ASCH_ELLIPSE::IsSolid |
Definition at line 425 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
int ASCH_ELLIPSE::OwnerIndex |
Definition at line 417 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
int ASCH_ELLIPSE::OwnerPartID |
Definition at line 418 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
int ASCH_ELLIPSE::Radius |
Definition at line 421 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().
double ASCH_ELLIPSE::SecondaryRadius |
Definition at line 422 of file altium_parser_sch.h.
Referenced by ASCH_ELLIPSE(), and SCH_ALTIUM_PLUGIN::ParseEllipse().