![]() |
KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_SHEET_ENTRY (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerindex |
int | ownerpartid |
int | distanceFromTop |
ASCH_SHEET_ENTRY_SIDE | side |
ASCH_PORT_IOTYPE | iotype |
ASCH_PORT_STYLE | style |
wxString | name |
Definition at line 470 of file altium_parser_sch.h.
|
explicit |
Definition at line 435 of file altium_parser_sch.cpp.
References distanceFromTop, iotype, LEFT, name, NONE_HORIZONTAL, ownerindex, ownerpartid, ReadKiCadUnitFrac1(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), ALTIUM_PARSER::ReadString(), SHEET_ENTRY, side, style, and UNSPECIFIED.
int ASCH_SHEET_ENTRY::distanceFromTop |
Definition at line 475 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
ASCH_PORT_IOTYPE ASCH_SHEET_ENTRY::iotype |
Definition at line 478 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
wxString ASCH_SHEET_ENTRY::name |
Definition at line 481 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
int ASCH_SHEET_ENTRY::ownerindex |
Definition at line 472 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
int ASCH_SHEET_ENTRY::ownerpartid |
Definition at line 473 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY().
ASCH_SHEET_ENTRY_SIDE ASCH_SHEET_ENTRY::side |
Definition at line 477 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
ASCH_PORT_STYLE ASCH_SHEET_ENTRY::style |
Definition at line 479 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY().