KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_BUS (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | indexinsheet |
int | lineWidth |
std::vector< VECTOR2I > | points |
Definition at line 673 of file altium_parser_sch.h.
|
explicit |
Definition at line 675 of file altium_parser_sch.cpp.
References BUS, indexinsheet, lineWidth, points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), and ReadRecord().
int ASCH_BUS::indexinsheet |
Definition at line 675 of file altium_parser_sch.h.
Referenced by ASCH_BUS().
int ASCH_BUS::lineWidth |
Definition at line 676 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().
std::vector<VECTOR2I> ASCH_BUS::points |
Definition at line 678 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().