| 
    KiCad PCB EDA Suite
    
   | 
 
#include <unordered_set>#include <ki_exception.h>#include <sch_io/sch_io.h>#include <sch_io/sch_io_mgr.h>#include <wx/translation.h>#include <wx/filename.h>#include <wx/dir.h>Go to the source code of this file.
Macros | |
| #define | FMT_UNIMPLEMENTED wxT( "Plugin \"%s\" does not implement the \"%s\" function." ) | 
| #define | NOT_IMPLEMENTED(aCaller) | 
| #define FMT_UNIMPLEMENTED wxT( "Plugin \"%s\" does not implement the \"%s\" function." ) | 
Definition at line 32 of file sch_io.cpp.
| #define NOT_IMPLEMENTED | ( | aCaller | ) | 
Definition at line 33 of file sch_io.cpp.