KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_PARAMETER (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
VECTOR2I | location |
ASCH_LABEL_JUSTIFICATION | justification |
ASCH_RECORD_ORIENTATION | orientation |
wxString | name |
wxString | text |
bool | isHidden |
bool | isMirrored |
bool | isShowName |
Definition at line 861 of file altium_parser_sch.h.
|
explicit |
Definition at line 896 of file altium_parser_sch.cpp.
References BOTTOM_LEFT, isHidden, isMirrored, isShowName, justification, location, name, orientation, ownerindex, ownerpartid, PARAMETER, ALTIUM_PARSER::ReadBool(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, and text.
bool ASCH_PARAMETER::isHidden |
Definition at line 873 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
bool ASCH_PARAMETER::isMirrored |
Definition at line 874 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER().
bool ASCH_PARAMETER::isShowName |
Definition at line 875 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER().
ASCH_LABEL_JUSTIFICATION ASCH_PARAMETER::justification |
Definition at line 867 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
VECTOR2I ASCH_PARAMETER::location |
Definition at line 866 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
wxString ASCH_PARAMETER::name |
Definition at line 870 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
ASCH_RECORD_ORIENTATION ASCH_PARAMETER::orientation |
Definition at line 868 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
int ASCH_PARAMETER::ownerindex |
Definition at line 863 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
int ASCH_PARAMETER::ownerpartid |
Definition at line 864 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().
wxString ASCH_PARAMETER::text |
Definition at line 871 of file altium_parser_sch.h.
Referenced by ASCH_PARAMETER(), and SCH_ALTIUM_PLUGIN::ParseParameter().