KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_sch_import.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5
*
6
* This program is free software: you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef JOB_SCH_IMPORT_H
21
#define JOB_SCH_IMPORT_H
22
23
#include <
kicommon.h
>
24
#include "
job.h
"
25
#include "
job_import_utils.h
"
26
33
class
KICOMMON_API
JOB_SCH_IMPORT
:
public
JOB
34
{
35
public
:
36
JOB_SCH_IMPORT
();
37
38
wxString
GetDefaultDescription
()
const override
;
39
wxString
GetSettingsDialogTitle
()
const override
;
40
41
enum class
FORMAT
42
{
43
AUTO
,
44
ALTIUM
,
45
EAGLE
,
46
CADSTAR
,
47
EASYEDA
,
48
EASYEDAPRO
,
49
LTSPICE
,
50
PADS
,
51
DIPTRACE
52
};
53
54
wxString
m_inputFile
;
55
FORMAT
m_format
=
FORMAT::AUTO
;
56
IMPORT_REPORT_FORMAT
m_reportFormat
=
IMPORT_REPORT_FORMAT::NONE
;
57
wxString
m_reportFile
;
58
};
59
60
#endif
JOB_SCH_IMPORT::m_reportFile
wxString m_reportFile
Definition
job_sch_import.h:57
JOB_SCH_IMPORT::m_inputFile
wxString m_inputFile
Definition
job_sch_import.h:54
JOB_SCH_IMPORT::JOB_SCH_IMPORT
JOB_SCH_IMPORT()
JOB_SCH_IMPORT::FORMAT
FORMAT
Definition
job_sch_import.h:42
JOB_SCH_IMPORT::FORMAT::CADSTAR
@ CADSTAR
Definition
job_sch_import.h:46
JOB_SCH_IMPORT::FORMAT::ALTIUM
@ ALTIUM
Definition
job_sch_import.h:44
JOB_SCH_IMPORT::FORMAT::PADS
@ PADS
Definition
job_sch_import.h:50
JOB_SCH_IMPORT::FORMAT::LTSPICE
@ LTSPICE
Definition
job_sch_import.h:49
JOB_SCH_IMPORT::FORMAT::EAGLE
@ EAGLE
Definition
job_sch_import.h:45
JOB_SCH_IMPORT::FORMAT::AUTO
@ AUTO
Definition
job_sch_import.h:43
JOB_SCH_IMPORT::m_format
FORMAT m_format
Definition
job_sch_import.h:55
JOB_SCH_IMPORT::m_reportFormat
IMPORT_REPORT_FORMAT m_reportFormat
Definition
job_sch_import.h:56
JOB::JOB
JOB(const std::string &aType, bool aOutputIsDirectory)
Definition
job.cpp:26
JOB::GetDefaultDescription
virtual wxString GetDefaultDescription() const
Definition
job.cpp:74
JOB::GetSettingsDialogTitle
virtual wxString GetSettingsDialogTitle() const
Definition
job.cpp:80
job.h
job_import_utils.h
IMPORT_REPORT_FORMAT
IMPORT_REPORT_FORMAT
Output format for the report shared by the board and schematic import jobs.
Definition
job_import_utils.h:36
IMPORT_REPORT_FORMAT::NONE
@ NONE
Definition
job_import_utils.h:37
kicommon.h
KICOMMON_API
#define KICOMMON_API
Definition
kicommon.h:27
DIPTRACE
Definition
diptrace_binary_reader.h:31
EASYEDAPRO
Definition
easyedapro_import_utils.h:36
EASYEDA
Definition
easyeda_parser_structs.h:37
src
common
jobs
job_sch_import.h
Generated on Thu Jun 18 2026 00:06:50 for KiCad PCB EDA Suite by
1.13.2