KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_LABEL (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
VECTOR2I | location |
wxString | text |
int | fontId |
bool | isMirrored |
ASCH_LABEL_JUSTIFICATION | justification |
ASCH_RECORD_ORIENTATION | orientation |
Definition at line 273 of file altium_parser_sch.h.
|
explicit |
Definition at line 229 of file altium_parser_sch.cpp.
References BOTTOM_LEFT, fontId, isMirrored, justification, LABEL, location, orientation, ownerindex, ownerpartid, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, and text.
int ASCH_LABEL::fontId |
Definition at line 282 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
bool ASCH_LABEL::isMirrored |
Definition at line 283 of file altium_parser_sch.h.
Referenced by ASCH_LABEL().
ASCH_LABEL_JUSTIFICATION ASCH_LABEL::justification |
Definition at line 285 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
VECTOR2I ASCH_LABEL::location |
Definition at line 278 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
ASCH_RECORD_ORIENTATION ASCH_LABEL::orientation |
Definition at line 286 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
int ASCH_LABEL::ownerindex |
Definition at line 275 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
int ASCH_LABEL::ownerpartid |
Definition at line 276 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().
wxString ASCH_LABEL::text |
Definition at line 280 of file altium_parser_sch.h.
Referenced by ASCH_LABEL(), and SCH_ALTIUM_PLUGIN::ParseLabel().