|
KiCad PCB EDA Suite
|
#include "pads_sch_binary_parser.h"#include "pads_sch_sdb.h"#include <sch_io/ole_image.h>#include <algorithm>#include <array>#include <functional>#include <iterator>#include <map>#include <ranges>#include <set>#include <tuple>#include <unordered_map>#include <unordered_set>#include <ki_exception.h>#include <wx/strconv.h>Go to the source code of this file.
Namespaces | |
| namespace | PADS_SCH_BINARY |
Functions | |
| wxString | PADS_SCH_BINARY::FormatParserError (const SOURCE_PROVENANCE &aSource, const wxString &aMessage) |
| std::optional< DIAGNOSTIC_PROPERTY_KEY > | PADS_SCH_BINARY::DiagnosticPropertyKey (const PARSER_DIAGNOSTIC &aDiagnostic) |
| PARSER_DIAGNOSTIC | PADS_SCH_BINARY::MakePropertyDiagnostic (SEVERITY aSeverity, const SOURCE_PROPERTY &aProperty, const wxString &aMessage) |
| PARSER_DIAGNOSTIC | PADS_SCH_BINARY::MakePropertyDiagnostic (SEVERITY aSeverity, const SOURCE_PROVENANCE &aSource, const wxString &aName, PROPERTY_DISPOSITION aDisposition, const wxString &aMessage) |