![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_COMPONENT (const std::map< wxString, wxString > &aProperties) | |
Public Attributes | |
int | currentpartid |
wxString | libreference |
wxString | sourcelibraryname |
wxString | componentdescription |
int | orientation |
bool | isMirrored |
wxPoint | location |
int | partcount |
int | displaymodecount |
int | displaymode |
Definition at line 108 of file altium_parser_sch.h.
|
explicit |
Definition at line 94 of file altium_parser_sch.cpp.
References ALTIUM_COMPONENT_NONE, COMPONENT, componentdescription, currentpartid, displaymode, displaymodecount, isMirrored, libreference, location, orientation, partcount, ALTIUM_PARSER::PropertiesReadBool(), ALTIUM_PARSER::PropertiesReadInt(), PropertiesReadKiCadUnitFrac(), PropertiesReadRecord(), ALTIUM_PARSER::PropertiesReadString(), and sourcelibraryname.
wxString ASCH_COMPONENT::componentdescription |
Definition at line 113 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_COMPONENT::currentpartid |
Definition at line 110 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_COMPONENT::displaymode |
Definition at line 121 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT().
int ASCH_COMPONENT::displaymodecount |
Definition at line 120 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT().
bool ASCH_COMPONENT::isMirrored |
Definition at line 116 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
wxString ASCH_COMPONENT::libreference |
Definition at line 111 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
wxPoint ASCH_COMPONENT::location |
Definition at line 117 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_COMPONENT::orientation |
Definition at line 115 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_COMPONENT::partcount |
Definition at line 119 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT().
wxString ASCH_COMPONENT::sourcelibraryname |
Definition at line 112 of file altium_parser_sch.h.
Referenced by ASCH_COMPONENT().