|
KiCad PCB EDA Suite
|
#include "command_pcb_import.h"#include <cli/exit_codes.h>#include <jobs/job_pcb_import.h>#include <kiface_base.h>#include <string_utils.h>#include <macros.h>#include <wx/crt.h>#include <wx/filename.h>Go to the source code of this file.
Macros | |
| #define | ARG_FORMAT "--format" |
| #define | ARG_LAYER_MAP "--layer-map" |
| #define | ARG_AUTO_MAP "--auto-map" |
| #define | ARG_REPORT_FORMAT "--report-format" |
| #define | ARG_REPORT_FILE "--report-file" |
| #define ARG_AUTO_MAP "--auto-map" |
Definition at line 32 of file command_pcb_import.cpp.
Referenced by CLI::PCB_IMPORT_COMMAND::doPerform(), and CLI::PCB_IMPORT_COMMAND::PCB_IMPORT_COMMAND().
| #define ARG_FORMAT "--format" |
Definition at line 30 of file command_pcb_import.cpp.
| #define ARG_LAYER_MAP "--layer-map" |
Definition at line 31 of file command_pcb_import.cpp.
Referenced by CLI::PCB_IMPORT_COMMAND::doPerform(), and CLI::PCB_IMPORT_COMMAND::PCB_IMPORT_COMMAND().
| #define ARG_REPORT_FILE "--report-file" |
Definition at line 34 of file command_pcb_import.cpp.
Referenced by CLI::PCB_IMPORT_COMMAND::doPerform(), and CLI::PCB_IMPORT_COMMAND::PCB_IMPORT_COMMAND().
| #define ARG_REPORT_FORMAT "--report-format" |
Definition at line 33 of file command_pcb_import.cpp.
Referenced by CLI::PCB_IMPORT_COMMAND::doPerform(), and CLI::PCB_IMPORT_COMMAND::PCB_IMPORT_COMMAND().