KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_NET_LABEL (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
wxString | text |
VECTOR2I | location |
ASCH_RECORD_ORIENTATION | orientation |
Definition at line 661 of file altium_parser_sch.h.
|
explicit |
Definition at line 661 of file altium_parser_sch.cpp.
References location, NET_LABEL, orientation, ReadKiCadUnitFrac(), ReadRecord(), ALTIUM_PARSER::ReadString(), RIGHTWARDS, and text.
VECTOR2I ASCH_NET_LABEL::location |
Definition at line 665 of file altium_parser_sch.h.
Referenced by ASCH_NET_LABEL(), and SCH_ALTIUM_PLUGIN::ParseNetLabel().
ASCH_RECORD_ORIENTATION ASCH_NET_LABEL::orientation |
Definition at line 667 of file altium_parser_sch.h.
Referenced by ASCH_NET_LABEL(), and SCH_ALTIUM_PLUGIN::ParseNetLabel().
wxString ASCH_NET_LABEL::text |
Definition at line 663 of file altium_parser_sch.h.
Referenced by ASCH_NET_LABEL(), and SCH_ALTIUM_PLUGIN::ParseNetLabel().