KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_IMAGE (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | indexinsheet |
int | ownerindex |
int | ownerpartid |
wxString | filename |
VECTOR2I | location |
VECTOR2I | corner |
bool | embedimage |
bool | keepaspect |
Definition at line 705 of file altium_parser_sch.h.
|
explicit |
Definition at line 724 of file altium_parser_sch.cpp.
References corner, embedimage, filename, IMAGE, indexinsheet, keepaspect, location, ownerindex, ownerpartid, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerIndex(), ReadOwnerPartId(), ReadRecord(), and ALTIUM_PARSER::ReadString().
VECTOR2I ASCH_IMAGE::corner |
Definition at line 713 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
bool ASCH_IMAGE::embedimage |
Definition at line 715 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
wxString ASCH_IMAGE::filename |
Definition at line 711 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
int ASCH_IMAGE::indexinsheet |
Definition at line 707 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE().
bool ASCH_IMAGE::keepaspect |
Definition at line 716 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE().
VECTOR2I ASCH_IMAGE::location |
Definition at line 712 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
int ASCH_IMAGE::ownerindex |
Definition at line 708 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
int ASCH_IMAGE::ownerpartid |
Definition at line 709 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().