KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_STORAGE_FILE (const std::map< wxString, wxString > &aProps) | |
ASCH_STORAGE_FILE (ALTIUM_BINARY_PARSER &aReader) | |
Public Attributes | |
wxString | filename |
std::vector< char > | data |
Definition at line 41 of file altium_parser_sch.h.
|
explicit |
Definition at line 101 of file altium_parser_sch.cpp.
References data, filename, ALTIUM_PROPS_UTILS::ReadInt(), ALTIUM_PROPS_UTILS::ReadString(), and THROW_IO_ERROR.
|
explicit |
Definition at line 135 of file altium_parser_sch.cpp.
References data, filename, ALTIUM_BINARY_PARSER::HasParsingError(), ALTIUM_BINARY_PARSER::Read(), ALTIUM_BINARY_PARSER::ReadVector(), ALTIUM_BINARY_PARSER::ReadWxString(), ALTIUM_BINARY_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_IO_ALTIUM::ParseImage().
wxString ASCH_STORAGE_FILE::filename |
Definition at line 43 of file altium_parser_sch.h.
Referenced by ASCH_STORAGE_FILE().