KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_io.cpp File Reference
#include <unordered_set>
#include <pcb_io/pcb_io.h>
#include <pcb_io/pcb_io_mgr.h>
#include <ki_exception.h>
#include <string_utf8_map.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)
 

Macro Definition Documentation

◆ FMT_UNIMPLEMENTED

#define FMT_UNIMPLEMENTED   wxT( "Plugin \"%s\" does not implement the \"%s\" function." )

Definition at line 36 of file pcb_io.cpp.

◆ NOT_IMPLEMENTED

#define NOT_IMPLEMENTED (   aCaller)
Value:
THROW_IO_ERROR( wxString::Format( FMT_UNIMPLEMENTED, \
GetName(), \
wxString::FromUTF8( aCaller ) ) );
#define THROW_IO_ERROR(msg)
Definition: ki_exception.h:39
#define FMT_UNIMPLEMENTED
Definition: pcb_io.cpp:36

Definition at line 37 of file pcb_io.cpp.