![]() |
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 | ownerpartid |
wxString | filename |
wxPoint | location |
wxPoint | corner |
bool | embedimage |
bool | keepaspect |
Definition at line 593 of file altium_parser_sch.h.
|
explicit |
Definition at line 568 of file altium_parser_sch.cpp.
References corner, embedimage, filename, IMAGE, indexinsheet, keepaspect, location, ownerpartid, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadOwnerPartId(), ReadRecord(), and ALTIUM_PARSER::ReadString().
wxPoint ASCH_IMAGE::corner |
Definition at line 600 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
bool ASCH_IMAGE::embedimage |
Definition at line 602 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
wxString ASCH_IMAGE::filename |
Definition at line 598 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
int ASCH_IMAGE::indexinsheet |
Definition at line 595 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE().
bool ASCH_IMAGE::keepaspect |
Definition at line 603 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE().
wxPoint ASCH_IMAGE::location |
Definition at line 599 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE(), and SCH_ALTIUM_PLUGIN::ParseImage().
int ASCH_IMAGE::ownerpartid |
Definition at line 596 of file altium_parser_sch.h.
Referenced by ASCH_IMAGE().