|
KiCad PCB EDA Suite
|
#include <sch_io/pcad/pcad_sch_parser.h>#include <io/pcad/s_expr_loader.h>#include <ki_exception.h>#include <xnode.h>#include <wx/xml/xml.h>#include <wx/string.h>#include <wx/tokenzr.h>#include <wx/xlocale.h>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | PCAD_SCH |
Functions | |
| static std::vector< wxString > | PCAD_SCH::splitMeasureTokens (const wxString &aContent) |
| static double | PCAD_SCH::childAngle (XNODE *aNode, const wxString &aTag, double aDefault=0.0) |
| static bool | PCAD_SCH::splitFieldDef (const wxString &aBoth, wxString &aName, wxString &aValue) |
Variables | |
| static const wxChar *const | PCAD_SCH::TITLE_FIELD_NAMES [] |