KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_draw_layers_settings.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) 2023 Jean-Pierre Charras jp.charras at wanadoo.fr
5
* Copyright (C) 2023 KiCad Developers, see AUTHORS.txt for contributors.
6
*
7
* This program is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU General Public License
9
* as published by the Free Software Foundation; either version 2
10
* of the License, or (at your option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this program; if not, you may find one here:
19
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
20
* or you may search the http://www.gnu.org website for the version 2 license,
21
* or you may write to the Free Software Foundation, Inc.,
22
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
23
*/
24
25
#pragma once
26
27
#include <
dialog_draw_layers_settings_base.h
>
28
#include <
widgets/unit_binder.h
>
29
30
31
class
DIALOG_DRAW_LAYERS_SETTINGS
:
public
DIALOG_DRAW_LAYERS_SETTINGS_BASE
32
{
33
public
:
34
DIALOG_DRAW_LAYERS_SETTINGS
(
GERBVIEW_FRAME
* aParent );
35
~DIALOG_DRAW_LAYERS_SETTINGS
() {};
36
37
private
:
38
bool
TransferDataToWindow
()
override
;
39
bool
TransferDataFromWindow
()
override
;
40
42
int
setLayerSetFromList
();
43
44
GERBVIEW_FRAME
*
m_parent
;
45
46
UNIT_BINDER
m_offsetX
;
47
UNIT_BINDER
m_offsetY
;
48
UNIT_BINDER
m_rotation
;
49
50
};
DIALOG_DRAW_LAYERS_SETTINGS_BASE
Class DIALOG_DRAW_LAYERS_SETTINGS_BASE.
Definition:
dialog_draw_layers_settings_base.h:34
DIALOG_DRAW_LAYERS_SETTINGS
Definition:
dialog_draw_layers_settings.h:32
DIALOG_DRAW_LAYERS_SETTINGS::TransferDataFromWindow
bool TransferDataFromWindow() override
Update layerset basing on the selected layers.
Definition:
dialog_draw_layers_settings.cpp:64
DIALOG_DRAW_LAYERS_SETTINGS::m_offsetY
UNIT_BINDER m_offsetY
Definition:
dialog_draw_layers_settings.h:47
DIALOG_DRAW_LAYERS_SETTINGS::TransferDataToWindow
bool TransferDataToWindow() override
Definition:
dialog_draw_layers_settings.cpp:47
DIALOG_DRAW_LAYERS_SETTINGS::m_rotation
UNIT_BINDER m_rotation
Definition:
dialog_draw_layers_settings.h:48
DIALOG_DRAW_LAYERS_SETTINGS::setLayerSetFromList
int setLayerSetFromList()
DIALOG_DRAW_LAYERS_SETTINGS::m_parent
GERBVIEW_FRAME * m_parent
Definition:
dialog_draw_layers_settings.h:44
DIALOG_DRAW_LAYERS_SETTINGS::m_offsetX
UNIT_BINDER m_offsetX
Definition:
dialog_draw_layers_settings.h:46
DIALOG_DRAW_LAYERS_SETTINGS::~DIALOG_DRAW_LAYERS_SETTINGS
~DIALOG_DRAW_LAYERS_SETTINGS()
Definition:
dialog_draw_layers_settings.h:35
GERBVIEW_FRAME
Definition:
gerbview_frame.h:58
UNIT_BINDER
Definition:
unit_binder.h:43
dialog_draw_layers_settings_base.h
unit_binder.h
src
gerbview
dialogs
dialog_draw_layers_settings.h
Generated on Thu Nov 21 2024 00:06:42 for KiCad PCB EDA Suite by
1.9.6