KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_SIGNAL_HARNESS (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | OwnerPartID |
VECTOR2I | Point1 |
VECTOR2I | Point2 |
std::vector< VECTOR2I > | Points |
int | Color |
int | IndexInSheet |
int | LineWidth |
Definition at line 447 of file altium_parser_sch.h.
|
explicit |
Definition at line 454 of file altium_parser_sch.cpp.
References Color, IndexInSheet, LineWidth, OwnerPartID, Points, ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerPartId(), ReadRecord(), and SIGNAL_HARNESS.
int ASCH_SIGNAL_HARNESS::Color |
Definition at line 456 of file altium_parser_sch.h.
Referenced by ASCH_SIGNAL_HARNESS(), and SCH_ALTIUM_PLUGIN::ParseSignalHarness().
int ASCH_SIGNAL_HARNESS::IndexInSheet |
Definition at line 457 of file altium_parser_sch.h.
Referenced by ASCH_SIGNAL_HARNESS().
int ASCH_SIGNAL_HARNESS::LineWidth |
Definition at line 458 of file altium_parser_sch.h.
Referenced by ASCH_SIGNAL_HARNESS(), and SCH_ALTIUM_PLUGIN::ParseSignalHarness().
int ASCH_SIGNAL_HARNESS::OwnerPartID |
Definition at line 449 of file altium_parser_sch.h.
Referenced by ASCH_SIGNAL_HARNESS(), and SCH_ALTIUM_PLUGIN::ParseSignalHarness().
VECTOR2I ASCH_SIGNAL_HARNESS::Point1 |
Definition at line 451 of file altium_parser_sch.h.
VECTOR2I ASCH_SIGNAL_HARNESS::Point2 |
Definition at line 452 of file altium_parser_sch.h.
std::vector<VECTOR2I> ASCH_SIGNAL_HARNESS::Points |
Definition at line 454 of file altium_parser_sch.h.
Referenced by ASCH_SIGNAL_HARNESS(), and SCH_ALTIUM_PLUGIN::ParseSignalHarness().