|
KiCad PCB EDA Suite
|
#include <io/pcad/s_expr_loader.h>#include <dsnlexer.h>#include <memory>#include <macros.h>#include <xnode.h>#include <algorithm>#include <wx/ffile.h>#include <wx/string.h>#include <wx/translation.h>#include <wx/xml/xml.h>Go to the source code of this file.
Namespaces | |
| namespace | PCAD2KICAD |
Functions | |
| static void | PCAD2KICAD::escapeStringLineBreaks (std::string &aContent) |
| bool | PCAD2KICAD::FileMatchesFormat (const wxString &aFileName, const std::string &aSection) |
| Check that a file is ACCEL_ASCII and, when aSection is not empty, that it contains the given section token (e.g. | |
| void | PCAD2KICAD::LoadInputFile (const wxString &aFileName, wxXmlDocument *aXmlDoc) |
Variables | |
| static KEYWORD | PCAD2KICAD::empty_keywords [1] = {} |
| static const char | PCAD2KICAD::ACCEL_ASCII_KEYWORD [] = "ACCEL_ASCII" |