KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_HARNESS_ENTRY (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | OwnerPartID |
int | AreaColor |
int | Color |
int | DistanceFromTop |
int | IndexInSheet |
int | TextColor |
int | TextFontID |
int | TextStyle |
bool | OwnerIndexAdditionalList |
wxString | Name |
ASCH_SHEET_ENTRY_SIDE | Side |
Definition at line 485 of file altium_parser_sch.h.
|
explicit |
Definition at line 495 of file altium_parser_sch.cpp.
References AreaColor, Color, DistanceFromTop, HARNESS_ENTRY, IndexInSheet, LEFT, Name, OwnerIndexAdditionalList, OwnerPartID, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac1(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), Side, TextColor, TextFontID, and TextStyle.
int ASCH_HARNESS_ENTRY::AreaColor |
Definition at line 492 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
int ASCH_HARNESS_ENTRY::Color |
Definition at line 493 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
int ASCH_HARNESS_ENTRY::DistanceFromTop |
Definition at line 494 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseHarnessEntry().
int ASCH_HARNESS_ENTRY::IndexInSheet |
Definition at line 495 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
wxString ASCH_HARNESS_ENTRY::Name |
Definition at line 502 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseHarnessEntry().
bool ASCH_HARNESS_ENTRY::OwnerIndexAdditionalList |
Definition at line 500 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
int ASCH_HARNESS_ENTRY::OwnerPartID |
Definition at line 490 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
ASCH_SHEET_ENTRY_SIDE ASCH_HARNESS_ENTRY::Side |
Definition at line 503 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseHarnessEntry().
int ASCH_HARNESS_ENTRY::TextColor |
Definition at line 496 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
int ASCH_HARNESS_ENTRY::TextFontID |
Definition at line 497 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().
int ASCH_HARNESS_ENTRY::TextStyle |
Definition at line 498 of file altium_parser_sch.h.
Referenced by ASCH_HARNESS_ENTRY().