![]() |
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 |
wxPoint | location |
Definition at line 701 of file altium_parser_sch.h.
|
explicit |
Definition at line 684 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 710 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
wxPoint ASCH_DESIGNATOR::location |
Definition at line 711 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
wxString ASCH_DESIGNATOR::name |
Definition at line 706 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR().
ASCH_RECORD_ORIENTATION ASCH_DESIGNATOR::orientation |
Definition at line 709 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
int ASCH_DESIGNATOR::ownerindex |
Definition at line 703 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().
int ASCH_DESIGNATOR::ownerpartid |
Definition at line 704 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR().
wxString ASCH_DESIGNATOR::text |
Definition at line 707 of file altium_parser_sch.h.
Referenced by ASCH_DESIGNATOR(), and SCH_ALTIUM_PLUGIN::ParseDesignator().