|
KiCad PCB EDA Suite
|
#include "command_import.h"#include <cli/exit_codes.h>#include <jobs/job_pcb_import.h>#include <jobs/job_sch_import.h>#include <jobs/job_import_utils.h>#include <pgm_base.h>#include <settings/settings_manager.h>#include <project.h>#include <project/project_file.h>#include <reporter.h>#include <kiid.h>#include <string_utils.h>#include <macros.h>#include <wildcards_and_files_ext.h>#include <wx/crt.h>#include <wx/filename.h>#include <memory>#include <vector>Go to the source code of this file.
Macros | |
| #define | ARG_LAYER_MAP "--layer-map" |
| #define ARG_LAYER_MAP "--layer-map" |
Definition at line 41 of file command_import.cpp.
Referenced by CLI::IMPORT_COMMAND::doPerform(), CLI::PCB_IMPORT_COMMAND::doPerform(), CLI::IMPORT_COMMAND::IMPORT_COMMAND(), and CLI::PCB_IMPORT_COMMAND::PCB_IMPORT_COMMAND().