KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_SYMBOL (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | currentpartid |
int | m_indexInSheet |
wxString | libreference |
wxString | sourcelibraryname |
wxString | componentdescription |
int | orientation |
bool | isMirrored |
VECTOR2I | location |
int | partcount |
int | displaymodecount |
int | displaymode |
Definition at line 146 of file altium_parser_sch.h.
|
explicit |
Definition at line 123 of file altium_parser_sch.cpp.
References ALTIUM_COMPONENT_NONE, componentdescription, currentpartid, displaymode, displaymodecount, isMirrored, libreference, location, m_indexInSheet, orientation, partcount, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadRecord(), ALTIUM_PARSER::ReadString(), and sourcelibraryname.
wxString ASCH_SYMBOL::componentdescription |
Definition at line 152 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), SCH_ALTIUM_PLUGIN::ParseComponent(), and SCH_ALTIUM_PLUGIN::ParseLibComponent().
int ASCH_SYMBOL::currentpartid |
Definition at line 148 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::displaymode |
Definition at line 160 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
int ASCH_SYMBOL::displaymodecount |
Definition at line 159 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseLibComponent().
bool ASCH_SYMBOL::isMirrored |
Definition at line 155 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
wxString ASCH_SYMBOL::libreference |
Definition at line 150 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), SCH_ALTIUM_PLUGIN::ParseComponent(), and SCH_ALTIUM_PLUGIN::ParseLibComponent().
VECTOR2I ASCH_SYMBOL::location |
Definition at line 156 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::m_indexInSheet |
Definition at line 149 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
int ASCH_SYMBOL::orientation |
Definition at line 154 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::partcount |
Definition at line 158 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseLibComponent().
wxString ASCH_SYMBOL::sourcelibraryname |
Definition at line 151 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().