![]() |
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< wxPoint > | points |
Definition at line 561 of file altium_parser_sch.h.
|
explicit |
Definition at line 519 of file altium_parser_sch.cpp.
References BUS, indexinsheet, lineWidth, points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), and ReadRecord().
int ASCH_BUS::indexinsheet |
Definition at line 563 of file altium_parser_sch.h.
Referenced by ASCH_BUS().
int ASCH_BUS::lineWidth |
Definition at line 564 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().
std::vector<wxPoint> ASCH_BUS::points |
Definition at line 566 of file altium_parser_sch.h.
Referenced by ASCH_BUS(), and SCH_ALTIUM_PLUGIN::ParseBus().