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 150 of file altium_parser_sch.h.
|
explicit |
Definition at line 159 of file altium_parser_sch.cpp.
References ALTIUM_COMPONENT_NONE, componentdescription, currentpartid, displaymode, displaymodecount, isMirrored, libreference, location, m_indexInSheet, orientation, partcount, ALTIUM_PROPS_UTILS::ReadBool(), ALTIUM_PROPS_UTILS::ReadInt(), ReadKiCadUnitFrac(), ReadRecord(), ALTIUM_PROPS_UTILS::ReadString(), and sourcelibraryname.
wxString ASCH_SYMBOL::componentdescription |
Definition at line 156 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), SCH_IO_ALTIUM::ParseComponent(), and SCH_IO_ALTIUM::ParseLibComponent().
int ASCH_SYMBOL::currentpartid |
Definition at line 152 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseComponent().
int ASCH_SYMBOL::displaymode |
Definition at line 164 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseComponent().
int ASCH_SYMBOL::displaymodecount |
Definition at line 163 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), SCH_IO_ALTIUM::ParseComponent(), and SCH_IO_ALTIUM::ParseLibComponent().
bool ASCH_SYMBOL::isMirrored |
Definition at line 159 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseComponent().
wxString ASCH_SYMBOL::libreference |
Definition at line 154 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), SCH_IO_ALTIUM::ParseComponent(), and SCH_IO_ALTIUM::ParseLibComponent().
VECTOR2I ASCH_SYMBOL::location |
Definition at line 160 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseComponent().
int ASCH_SYMBOL::m_indexInSheet |
Definition at line 153 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().
int ASCH_SYMBOL::orientation |
Definition at line 158 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseComponent().
int ASCH_SYMBOL::partcount |
Definition at line 162 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL(), and SCH_IO_ALTIUM::ParseLibComponent().
wxString ASCH_SYMBOL::sourcelibraryname |
Definition at line 155 of file altium_parser_sch.h.
Referenced by ASCH_SYMBOL().