KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_render_job.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 (C) 2024 Mark Roszko <
[email protected]
>
5
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6
*
7
* This program is free software: you can redistribute it and/or modify it
8
* under the terms of the GNU General Public License as published by the
9
* Free Software Foundation, either version 3 of the License, or (at your
10
* option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful, but
13
* WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License along
18
* with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#pragma once
22
23
#include <
dialog_render_job_base.h
>
24
#include <
jobs/job_pcb_render.h
>
25
26
class
DIALOG_RENDER_JOB
:
public
DIALOG_RENDER_JOB_BASE
27
{
28
public
:
29
DIALOG_RENDER_JOB
( wxWindow* aParent,
JOB_PCB_RENDER
* aJob );
30
31
bool
TransferDataFromWindow
()
override
;
32
bool
TransferDataToWindow
()
override
;
33
34
JOB_PCB_RENDER::FORMAT
getSelectedFormat
();
35
void
setSelectedFormat
(
JOB_PCB_RENDER::FORMAT
aFormat );
36
37
JOB_PCB_RENDER::SIDE
getSelectedSide
();
38
void
setSelectedSide
(
JOB_PCB_RENDER::SIDE
aSide );
39
40
JOB_PCB_RENDER::BG_STYLE
getSelectedBgStyle
();
41
void
setSelectedBgStyle
(
JOB_PCB_RENDER::BG_STYLE
aBgStyle );
42
43
protected
:
44
JOB_PCB_RENDER
*
m_job
;
45
};
DIALOG_RENDER_JOB_BASE::DIALOG_RENDER_JOB_BASE
DIALOG_RENDER_JOB_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Render PCB Job Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
Definition
dialog_render_job_base.cpp:12
DIALOG_RENDER_JOB::getSelectedFormat
JOB_PCB_RENDER::FORMAT getSelectedFormat()
Definition
dialog_render_job.cpp:70
DIALOG_RENDER_JOB::DIALOG_RENDER_JOB
DIALOG_RENDER_JOB(wxWindow *aParent, JOB_PCB_RENDER *aJob)
Definition
dialog_render_job.cpp:45
DIALOG_RENDER_JOB::setSelectedFormat
void setSelectedFormat(JOB_PCB_RENDER::FORMAT aFormat)
Definition
dialog_render_job.cpp:79
DIALOG_RENDER_JOB::setSelectedBgStyle
void setSelectedBgStyle(JOB_PCB_RENDER::BG_STYLE aBgStyle)
Definition
dialog_render_job.cpp:121
DIALOG_RENDER_JOB::getSelectedSide
JOB_PCB_RENDER::SIDE getSelectedSide()
Definition
dialog_render_job.cpp:91
DIALOG_RENDER_JOB::getSelectedBgStyle
JOB_PCB_RENDER::BG_STYLE getSelectedBgStyle()
Definition
dialog_render_job.cpp:112
DIALOG_RENDER_JOB::m_job
JOB_PCB_RENDER * m_job
Definition
dialog_render_job.h:44
DIALOG_RENDER_JOB::TransferDataFromWindow
bool TransferDataFromWindow() override
Definition
dialog_render_job.cpp:133
DIALOG_RENDER_JOB::setSelectedSide
void setSelectedSide(JOB_PCB_RENDER::SIDE aSide)
Definition
dialog_render_job.cpp:100
DIALOG_RENDER_JOB::TransferDataToWindow
bool TransferDataToWindow() override
Definition
dialog_render_job.cpp:188
JOB_PCB_RENDER
Definition
job_pcb_render.h:40
JOB_PCB_RENDER::SIDE
SIDE
Definition
job_pcb_render.h:74
JOB_PCB_RENDER::BG_STYLE
BG_STYLE
Definition
job_pcb_render.h:67
JOB_PCB_RENDER::FORMAT
FORMAT
Definition
job_pcb_render.h:43
dialog_render_job_base.h
job_pcb_render.h
src
pcbnew
dialogs
dialog_render_job.h
Generated on Sun Sep 21 2025 01:05:28 for KiCad PCB EDA Suite by
1.13.2