KiCad PCB EDA Suite
|
This is the complete list of members for SCH_IO, including all inherited members.
AdvanceProgressPhase() | IO_BASE | virtual |
CanReadLibrary(const wxString &aFileName) const | IO_BASE | virtual |
CanReadSchematicFile(const wxString &aFileName) const | SCH_IO | virtual |
CreateLibrary(const wxString &aLibraryPath, const std::map< std::string, UTF8 > *aProperties=nullptr) | IO_BASE | virtual |
DeleteLibrary(const wxString &aLibraryPath, const std::map< std::string, UTF8 > *aProperties=nullptr) | IO_BASE | virtual |
DeleteSymbol(const wxString &aLibraryPath, const wxString &aSymbolName, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
EnumerateSymbolLib(wxArrayString &aSymbolNameList, const wxString &aLibraryPath, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
EnumerateSymbolLib(std::vector< LIB_SYMBOL * > &aSymbolList, const wxString &aLibraryPath, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
GetAvailableSymbolFields(std::vector< wxString > &aNames) | SCH_IO | inlinevirtual |
GetDefaultSymbolFields(std::vector< wxString > &aNames) | SCH_IO | inlinevirtual |
GetError() const | SCH_IO | virtual |
GetLibraryDesc() const =0 | IO_BASE | pure virtual |
GetLibraryFileDesc() const | IO_BASE | inlinevirtual |
GetLibraryOptions(std::map< std::string, UTF8 > *aListToAppendTo) const override | SCH_IO | virtual |
GetModifyHash() const =0 | SCH_IO | pure virtual |
GetName() const | IO_BASE | inline |
GetSchematicFileDesc() const | SCH_IO | virtual |
GetSubLibraryDescription(const wxString &aName) | SCH_IO | inlinevirtual |
GetSubLibraryNames(std::vector< wxString > &aNames) | SCH_IO | inlinevirtual |
IO_BASE()=delete | IO_BASE | protected |
IO_BASE(const wxString &aName) | IO_BASE | inlineprotected |
IsLibraryWritable(const wxString &aLibraryPath) | IO_BASE | virtual |
LoadSchematicFile(const wxString &aFileName, SCHEMATIC *aSchematic, SCH_SHEET *aAppendToMe=nullptr, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
LoadSymbol(const wxString &aLibraryPath, const wxString &aPartName, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
m_name | IO_BASE | protected |
m_progressReporter | IO_BASE | protected |
m_reporter | IO_BASE | protected |
Report(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) | IO_BASE | virtual |
SaveLibrary(const wxString &aFileName, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
SaveSchematicFile(const wxString &aFileName, SCH_SHEET *aSheet, SCHEMATIC *aSchematic, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
SaveSymbol(const wxString &aLibraryPath, const LIB_SYMBOL *aSymbol, const std::map< std::string, UTF8 > *aProperties=nullptr) | SCH_IO | virtual |
SCH_IO(const wxString &aName) | SCH_IO | inlineprotected |
SetLibTable(SYMBOL_LIB_TABLE *aTable) | SCH_IO | inlinevirtual |
SetProgressReporter(PROGRESS_REPORTER *aReporter) | IO_BASE | inlinevirtual |
SetReporter(REPORTER *aReporter) | IO_BASE | inlinevirtual |
SupportsSubLibraries() const | SCH_IO | inlinevirtual |
~IO_BASE()=default | IO_BASE | virtual |
~SCH_IO() | SCH_IO | inlinevirtual |