KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_DESIGNATOR (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
wxString | name |
wxString | text |
ASCH_RECORD_ORIENTATION | orientation |
ASCH_LABEL_JUSTIFICATION | justification |
VECTOR2I | location |
Definition at line 815 of file altium_parser_sch.h.
|
explicit |
Definition at line 844 of file altium_parser_sch.cpp.
References BOTTOM_LEFT, DESIGNATOR, justification, location, name, orientation, ownerindex, ownerpartid, ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, and text.
ASCH_LABEL_JUSTIFICATION ASCH_DESIGNATOR::justification |
Definition at line 824 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
VECTOR2I ASCH_DESIGNATOR::location |
Definition at line 825 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
wxString ASCH_DESIGNATOR::name |
Definition at line 820 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR().
ASCH_RECORD_ORIENTATION ASCH_DESIGNATOR::orientation |
Definition at line 823 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
int ASCH_DESIGNATOR::ownerindex |
Definition at line 817 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
int ASCH_DESIGNATOR::ownerpartid |
Definition at line 818 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR().
wxString ASCH_DESIGNATOR::text |
Definition at line 821 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().