KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_pcb_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_PCB_IMPORT_H
21
#define JOB_PCB_IMPORT_H
22
23
#include <
kicommon.h
>
24
#include "
job.h
"
25
32
class
KICOMMON_API
JOB_PCB_IMPORT
:
public
JOB
33
{
34
public
:
35
JOB_PCB_IMPORT
();
36
37
wxString
GetDefaultDescription
()
const override
;
38
wxString
GetSettingsDialogTitle
()
const override
;
39
40
enum class
FORMAT
41
{
42
AUTO
,
43
PADS
,
44
ALTIUM
,
45
EAGLE
,
46
CADSTAR
,
47
FABMASTER
,
48
PCAD
,
49
SOLIDWORKS
50
};
51
52
enum class
REPORT_FORMAT
53
{
54
NONE
,
55
JSON
,
56
TEXT
57
};
58
59
wxString
m_inputFile
;
60
FORMAT
m_format
=
FORMAT::AUTO
;
61
wxString
m_layerMapFile
;
62
bool
m_autoMap
=
true
;
63
REPORT_FORMAT
m_reportFormat
=
REPORT_FORMAT::NONE
;
64
wxString
m_reportFile
;
65
};
66
67
#endif
JOB_PCB_IMPORT::m_reportFormat
REPORT_FORMAT m_reportFormat
Definition
job_pcb_import.h:63
JOB_PCB_IMPORT::m_autoMap
bool m_autoMap
Definition
job_pcb_import.h:62
JOB_PCB_IMPORT::REPORT_FORMAT
REPORT_FORMAT
Definition
job_pcb_import.h:53
JOB_PCB_IMPORT::REPORT_FORMAT::JSON
@ JSON
Definition
job_pcb_import.h:55
JOB_PCB_IMPORT::REPORT_FORMAT::TEXT
@ TEXT
Definition
job_pcb_import.h:56
JOB_PCB_IMPORT::REPORT_FORMAT::NONE
@ NONE
Definition
job_pcb_import.h:54
JOB_PCB_IMPORT::JOB_PCB_IMPORT
JOB_PCB_IMPORT()
Definition
job_pcb_import.cpp:46
JOB_PCB_IMPORT::FORMAT
FORMAT
Definition
job_pcb_import.h:41
JOB_PCB_IMPORT::FORMAT::CADSTAR
@ CADSTAR
Definition
job_pcb_import.h:46
JOB_PCB_IMPORT::FORMAT::FABMASTER
@ FABMASTER
Definition
job_pcb_import.h:47
JOB_PCB_IMPORT::FORMAT::ALTIUM
@ ALTIUM
Definition
job_pcb_import.h:44
JOB_PCB_IMPORT::FORMAT::PCAD
@ PCAD
Definition
job_pcb_import.h:48
JOB_PCB_IMPORT::FORMAT::PADS
@ PADS
Definition
job_pcb_import.h:43
JOB_PCB_IMPORT::FORMAT::SOLIDWORKS
@ SOLIDWORKS
Definition
job_pcb_import.h:49
JOB_PCB_IMPORT::FORMAT::EAGLE
@ EAGLE
Definition
job_pcb_import.h:45
JOB_PCB_IMPORT::FORMAT::AUTO
@ AUTO
Definition
job_pcb_import.h:42
JOB_PCB_IMPORT::m_layerMapFile
wxString m_layerMapFile
Definition
job_pcb_import.h:61
JOB_PCB_IMPORT::m_reportFile
wxString m_reportFile
Definition
job_pcb_import.h:64
JOB_PCB_IMPORT::m_format
FORMAT m_format
Definition
job_pcb_import.h:60
JOB_PCB_IMPORT::m_inputFile
wxString m_inputFile
Definition
job_pcb_import.h:59
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
kicommon.h
KICOMMON_API
#define KICOMMON_API
Definition
kicommon.h:28
src
common
jobs
job_pcb_import.h
Generated on Sat Feb 21 2026 00:07:55 for KiCad PCB EDA Suite by
1.13.2