| 
    KiCad PCB EDA Suite
    
   | 
 
#include <unordered_set>#include <pcb_io/pcb_io.h>#include <pcb_io/pcb_io_mgr.h>#include <ki_exception.h>#include <wx/log.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( "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 35 of file pcb_io.cpp.
| #define NOT_IMPLEMENTED | ( | aCaller | ) | 
Definition at line 36 of file pcb_io.cpp.