KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_FILE_NAME (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
wxString | text |
ASCH_RECORD_ORIENTATION | orientation |
VECTOR2I | location |
bool | isHidden |
Definition at line 799 of file altium_parser_sch.h.
|
explicit |
Definition at line 825 of file altium_parser_sch.cpp.
References FILE_NAME, isHidden, location, orientation, ownerindex, ownerpartid, ALTIUM_PARSER::ReadBool(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, and text.
bool ASCH_FILE_NAME::isHidden |
Definition at line 809 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME(), and SCH_ALTIUM_PLUGIN::ParseFileName().
VECTOR2I ASCH_FILE_NAME::location |
Definition at line 807 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME(), and SCH_ALTIUM_PLUGIN::ParseFileName().
ASCH_RECORD_ORIENTATION ASCH_FILE_NAME::orientation |
Definition at line 806 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME(), and SCH_ALTIUM_PLUGIN::ParseFileName().
int ASCH_FILE_NAME::ownerindex |
Definition at line 801 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME(), and SCH_ALTIUM_PLUGIN::ParseFileName().
int ASCH_FILE_NAME::ownerpartid |
Definition at line 802 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME().
wxString ASCH_FILE_NAME::text |
Definition at line 804 of file altium_parser_sch.h.
Referenced by ASCH_FILE_NAME(), and SCH_ALTIUM_PLUGIN::ParseFileName().