KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_SHEET_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 783 of file altium_parser_sch.h.
|
explicit |
Definition at line 806 of file altium_parser_sch.cpp.
References isHidden, location, orientation, ownerindex, ownerpartid, ALTIUM_PARSER::ReadBool(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, SHEET_NAME, and text.
bool ASCH_SHEET_NAME::isHidden |
Definition at line 793 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
VECTOR2I ASCH_SHEET_NAME::location |
Definition at line 791 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
ASCH_RECORD_ORIENTATION ASCH_SHEET_NAME::orientation |
Definition at line 790 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
int ASCH_SHEET_NAME::ownerindex |
Definition at line 785 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
int ASCH_SHEET_NAME::ownerpartid |
Definition at line 786 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME().
wxString ASCH_SHEET_NAME::text |
Definition at line 788 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().