KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_WIRE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | indexinsheet |
int | lineWidth |
std::vector< VECTOR2I > | points |
Definition at line 684 of file altium_parser_sch.h.
|
explicit |
Definition at line 694 of file altium_parser_sch.cpp.
References indexinsheet, lineWidth, points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadRecord(), and WIRE.
int ASCH_WIRE::indexinsheet |
Definition at line 686 of file altium_parser_sch.h.
Referenced by ASCH_WIRE().
int ASCH_WIRE::lineWidth |
Definition at line 687 of file altium_parser_sch.h.
Referenced by ASCH_WIRE(), and SCH_ALTIUM_PLUGIN::ParseWire().
std::vector<VECTOR2I> ASCH_WIRE::points |
Definition at line 689 of file altium_parser_sch.h.
Referenced by ASCH_WIRE(), and SCH_ALTIUM_PLUGIN::ParseWire().