![]() |
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 |
wxPoint | location |
bool | isHidden |
Definition at line 669 of file altium_parser_sch.h.
|
explicit |
Definition at line 646 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 679 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
wxPoint ASCH_SHEET_NAME::location |
Definition at line 677 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 676 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
int ASCH_SHEET_NAME::ownerindex |
Definition at line 671 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().
int ASCH_SHEET_NAME::ownerpartid |
Definition at line 672 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME().
wxString ASCH_SHEET_NAME::text |
Definition at line 674 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_NAME(), and SCH_ALTIUM_PLUGIN::ParseSheetName().