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 The 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, see <https://www.gnu.org/licenses/>.
19
*/
20
21
#pragma once
22
23
#include <
dialog_draw_layers_settings_base.h
>
24
#include <
widgets/unit_binder.h
>
25
26
27
class
DIALOG_DRAW_LAYERS_SETTINGS
:
public
DIALOG_DRAW_LAYERS_SETTINGS_BASE
28
{
29
public
:
30
DIALOG_DRAW_LAYERS_SETTINGS
(
GERBVIEW_FRAME
* aParent );
31
~DIALOG_DRAW_LAYERS_SETTINGS
() {};
32
33
private
:
34
bool
TransferDataToWindow
()
override
;
35
bool
TransferDataFromWindow
()
override
;
36
38
int
setLayerSetFromList
();
39
40
GERBVIEW_FRAME
*
m_parent
;
41
42
UNIT_BINDER
m_offsetX
;
43
UNIT_BINDER
m_offsetY
;
44
UNIT_BINDER
m_rotation
;
45
46
};
DIALOG_DRAW_LAYERS_SETTINGS_BASE::DIALOG_DRAW_LAYERS_SETTINGS_BASE
DIALOG_DRAW_LAYERS_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Layers Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
Definition
dialog_draw_layers_settings_base.cpp:12
DIALOG_DRAW_LAYERS_SETTINGS::DIALOG_DRAW_LAYERS_SETTINGS
DIALOG_DRAW_LAYERS_SETTINGS(GERBVIEW_FRAME *aParent)
Definition
dialog_draw_layers_settings.cpp:28
DIALOG_DRAW_LAYERS_SETTINGS::TransferDataFromWindow
bool TransferDataFromWindow() override
Update layerset basing on the selected layers.
Definition
dialog_draw_layers_settings.cpp:60
DIALOG_DRAW_LAYERS_SETTINGS::m_offsetY
UNIT_BINDER m_offsetY
Definition
dialog_draw_layers_settings.h:43
DIALOG_DRAW_LAYERS_SETTINGS::TransferDataToWindow
bool TransferDataToWindow() override
Definition
dialog_draw_layers_settings.cpp:43
DIALOG_DRAW_LAYERS_SETTINGS::m_rotation
UNIT_BINDER m_rotation
Definition
dialog_draw_layers_settings.h:44
DIALOG_DRAW_LAYERS_SETTINGS::setLayerSetFromList
int setLayerSetFromList()
DIALOG_DRAW_LAYERS_SETTINGS::m_parent
GERBVIEW_FRAME * m_parent
Definition
dialog_draw_layers_settings.h:40
DIALOG_DRAW_LAYERS_SETTINGS::m_offsetX
UNIT_BINDER m_offsetX
Definition
dialog_draw_layers_settings.h:42
DIALOG_DRAW_LAYERS_SETTINGS::~DIALOG_DRAW_LAYERS_SETTINGS
~DIALOG_DRAW_LAYERS_SETTINGS()
Definition
dialog_draw_layers_settings.h:31
GERBVIEW_FRAME
Definition
gerbview_frame.h:63
UNIT_BINDER
Definition
unit_binder.h:40
dialog_draw_layers_settings_base.h
unit_binder.h
src
gerbview
dialogs
dialog_draw_layers_settings.h
Generated on Fri Jun 26 2026 00:05:36 for KiCad PCB EDA Suite by
1.13.2