KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_STORAGE_FILE (ALTIUM_PARSER &aReader) | |
Public Attributes | |
wxString | filename |
std::vector< char > | data |
Definition at line 41 of file altium_parser_sch.h.
|
explicit |
Definition at line 99 of file altium_parser_sch.cpp.
References data, filename, ALTIUM_PARSER::HasParsingError(), ALTIUM_PARSER::Read(), ALTIUM_PARSER::ReadVector(), ALTIUM_PARSER::ReadWxString(), ALTIUM_PARSER::Skip(), and THROW_IO_ERROR.
std::vector<char> ASCH_STORAGE_FILE::data |
Definition at line 44 of file altium_parser_sch.h.
Referenced by ASCH_STORAGE_FILE(), and SCH_ALTIUM_PLUGIN::ParseImage().
wxString ASCH_STORAGE_FILE::filename |
Definition at line 43 of file altium_parser_sch.h.
Referenced by ASCH_STORAGE_FILE().