| 
    KiCad PCB EDA Suite
    
   | 
 
#include <unordered_set>#include <io/io_base.h>#include <progress_reporter.h>#include <ki_exception.h>#include <reporter.h>#include <wildcards_and_files_ext.h>#include <wx/filename.h>#include <wx/translation.h>#include <wx/dir.h>Go to the source code of this file.
Macros | |
| #define | FMT_UNIMPLEMENTED wxT( "IO interface \"%s\" does not implement the \"%s\" function." ) | 
| #define | NOT_IMPLEMENTED(aCaller) | 
| #define FMT_UNIMPLEMENTED wxT( "IO interface \"%s\" does not implement the \"%s\" function." ) | 
Definition at line 33 of file io_base.cpp.
| #define NOT_IMPLEMENTED | ( | aCaller | ) | 
Definition at line 34 of file io_base.cpp.
Referenced by IO_BASE::CreateLibrary(), IO_BASE::DeleteLibrary(), SCH_IO::DeleteSymbol(), SCH_IO::EnumerateSymbolLib(), SCH_IO::EnumerateSymbolLib(), PCB_IO::FootprintDelete(), PCB_IO::FootprintEnumerate(), PCB_IO::FootprintLoad(), PCB_IO::FootprintSave(), SCH_IO::GetError(), PCB_IO::GetImportedCachedLibraryFootprints(), IO_BASE::IsLibraryWritable(), PCB_IO::LoadBoard(), SCH_IO::LoadSchematicFile(), SCH_IO::LoadSymbol(), PCB_IO::SaveBoard(), SCH_IO::SaveLibrary(), SCH_IO::SaveSchematicFile(), and SCH_IO::SaveSymbol().