KiCad PCB EDA Suite
|
#include <wx/filename.h>
#include <wx/uri.h>
#include <sch_io/sch_io_mgr.h>
#include <sch_io/eagle/sch_io_eagle.h>
#include <sch_io/kicad_legacy/sch_io_kicad_legacy.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>
#include <sch_io/altium/sch_io_altium.h>
#include <sch_io/cadstar/sch_io_cadstar_archive.h>
#include <sch_io/easyeda/sch_io_easyeda.h>
#include <sch_io/easyedapro/sch_io_easyedapro.h>
#include <sch_io/database/sch_io_database.h>
#include <sch_io/ltspice/sch_io_ltspice.h>
#include <sch_io/http_lib/sch_io_http_lib.h>
#include <common.h>
#include <wildcards_and_files_ext.h>
#include <kiway_player.h>
#include <string_utils.h>
Go to the source code of this file.
Macros | |
#define | FMT_UNIMPLEMENTED _( "Plugin \"%s\" does not implement the \"%s\" function." ) |
#define | FMT_NOTFOUND _( "Plugin type \"%s\" is not found." ) |
#define FMT_NOTFOUND _( "Plugin type \"%s\" is not found." ) |
Definition at line 45 of file sch_io_mgr.cpp.
#define FMT_UNIMPLEMENTED _( "Plugin \"%s\" does not implement the \"%s\" function." ) |
Definition at line 44 of file sch_io_mgr.cpp.