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 134 of file altium_parser_sch.h.
|
explicit |
Definition at line 123 of file altium_parser_sch.cpp.
References ALTIUM_COMPONENT_NONE, COMPONENT, 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 140 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::currentpartid |
Definition at line 136 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::displaymode |
Definition at line 148 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
int ASCH_SYMBOL::displaymodecount |
Definition at line 147 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
bool ASCH_SYMBOL::isMirrored |
Definition at line 143 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
wxString ASCH_SYMBOL::libreference |
Definition at line 138 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
VECTOR2I ASCH_SYMBOL::location |
Definition at line 144 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::m_indexInSheet |
Definition at line 137 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
int ASCH_SYMBOL::orientation |
Definition at line 142 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_ALTIUM_PLUGIN::ParseComponent().
int ASCH_SYMBOL::partcount |
Definition at line 146 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
wxString ASCH_SYMBOL::sourcelibraryname |
Definition at line 139 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().