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

Macro Definition Documentation

◆ FMT_UNIMPLEMENTED

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

Definition at line 33 of file sch_io.cpp.

◆ NOT_IMPLEMENTED

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

Definition at line 34 of file sch_io.cpp.