KiCad PCB EDA Suite
Loading...
Searching...
No Matches
plugin.cpp File Reference
#include <io_mgr.h>
#include <string_utf8_map.h>
#include <wx/translation.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 30 of file plugin.cpp.

◆ NOT_IMPLEMENTED

#define NOT_IMPLEMENTED (   aCaller)
Value:
THROW_IO_ERROR( wxString::Format( FMT_UNIMPLEMENTED, \
PluginName(), \
wxString::FromUTF8( aCaller ) ) );
#define THROW_IO_ERROR(msg)
Definition: ki_exception.h:38
#define FMT_UNIMPLEMENTED
Definition: plugin.cpp:30

Definition at line 31 of file plugin.cpp.