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 576 of file altium_parser_sch.h.
|
explicit |
Definition at line 582 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 581 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 584 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
wxString ASCH_SHEET_ENTRY::name |
Definition at line 587 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
int ASCH_SHEET_ENTRY::ownerindex |
Definition at line 578 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY(), and SCH_ALTIUM_PLUGIN::ParseSheetEntry().
int ASCH_SHEET_ENTRY::ownerpartid |
Definition at line 579 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY().
ASCH_SHEET_ENTRY_SIDE ASCH_SHEET_ENTRY::side |
Definition at line 583 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 585 of file altium_parser_sch.h.
Referenced by ASCH_SHEET_ENTRY().