KiCad PCB EDA Suite
|
#include <altium_ascii_parser.h>
Public Member Functions | |
ALTIUM_ASCII_PARSER (const wxString &aInputFile) | |
std::map< wxString, wxString > | ReadProperties () |
bool | CanRead () |
bool | HasParsingError () |
Private Attributes | |
std::ifstream | m_fileInput |
bool | m_error = false |
Definition at line 35 of file altium_ascii_parser.h.
ALTIUM_ASCII_PARSER::ALTIUM_ASCII_PARSER | ( | const wxString & | aInputFile | ) |
Definition at line 29 of file altium_ascii_parser.cpp.
bool ALTIUM_ASCII_PARSER::CanRead | ( | ) |
Definition at line 131 of file altium_ascii_parser.cpp.
References m_fileInput.
Referenced by SCH_IO_ALTIUM::ParseASCIISchematic().
|
inline |
Definition at line 44 of file altium_ascii_parser.h.
References m_error.
Referenced by SCH_IO_ALTIUM::ParseASCIISchematic().
std::map< wxString, wxString > ALTIUM_ASCII_PARSER::ReadProperties | ( | ) |
Definition at line 35 of file altium_ascii_parser.cpp.
References AltiumPropertyToKiCadString(), kv, m_error, and m_fileInput.
Referenced by SCH_IO_ALTIUM::ParseASCIISchematic().
|
private |
Definition at line 51 of file altium_ascii_parser.h.
Referenced by HasParsingError(), and ReadProperties().
|
private |
Definition at line 50 of file altium_ascii_parser.h.
Referenced by CanRead(), and ReadProperties().