KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_swap_layers_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version Dec 30 2017)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO *NOT* EDIT THIS FILE!
7
8
#ifndef __DIALOG_SWAP_LAYERS_BASE_H__
9
#define __DIALOG_SWAP_LAYERS_BASE_H__
10
11
#include <wx/artprov.h>
12
#include <wx/xrc/xmlres.h>
13
class
WX_GRID
;
14
15
#include "
dialog_shim.h
"
16
#include <wx/colour.h>
17
#include <wx/settings.h>
18
#include <wx/string.h>
19
#include <wx/font.h>
20
#include <wx/grid.h>
21
#include <wx/gdicmn.h>
22
#include <wx/sizer.h>
23
#include <wx/button.h>
24
#include <wx/dialog.h>
25
27
28
32
class
DIALOG_SWAP_LAYERS_BASE
:
public
DIALOG_SHIM
33
{
34
private
:
35
36
protected
:
37
WX_GRID
*
m_grid
;
38
wxStdDialogButtonSizer*
m_sdbSizer
;
39
wxButton*
m_sdbSizerOK
;
40
wxButton*
m_sdbSizerCancel
;
41
42
// Virtual event handlers, overide them in your derived class
43
virtual
void
OnSize
( wxSizeEvent& event ) {
event
.Skip(); }
44
45
46
public
:
47
48
DIALOG_SWAP_LAYERS_BASE
( wxWindow* parent, wxWindowID
id
= wxID_ANY,
const
wxString& title =
_
(
"Swap Layers"
),
const
wxPoint& pos = wxDefaultPosition,
const
wxSize& size = wxDefaultSize,
long
style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
49
~DIALOG_SWAP_LAYERS_BASE
();
50
51
};
52
53
#endif
//__DIALOG_SWAP_LAYERS_BASE_H__
DIALOG_SHIM::DIALOG_SHIM
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
Definition
dialog_shim.cpp:70
DIALOG_SWAP_LAYERS_BASE::DIALOG_SWAP_LAYERS_BASE
DIALOG_SWAP_LAYERS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Swap Layers"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
Definition
dialog_swap_layers_base.cpp:14
DIALOG_SWAP_LAYERS_BASE::m_sdbSizerCancel
wxButton * m_sdbSizerCancel
Definition
dialog_swap_layers_base.h:40
DIALOG_SWAP_LAYERS_BASE::OnSize
virtual void OnSize(wxSizeEvent &event)
Definition
dialog_swap_layers_base.h:43
DIALOG_SWAP_LAYERS_BASE::m_sdbSizerOK
wxButton * m_sdbSizerOK
Definition
dialog_swap_layers_base.h:39
DIALOG_SWAP_LAYERS_BASE::m_grid
WX_GRID * m_grid
Definition
dialog_swap_layers_base.h:37
DIALOG_SWAP_LAYERS_BASE::~DIALOG_SWAP_LAYERS_BASE
~DIALOG_SWAP_LAYERS_BASE()
Definition
dialog_swap_layers_base.cpp:77
DIALOG_SWAP_LAYERS_BASE::m_sdbSizer
wxStdDialogButtonSizer * m_sdbSizer
Definition
dialog_swap_layers_base.h:38
WX_GRID
Definition
wx_grid.h:78
dialog_shim.h
_
#define _(s)
Definition
eda_3d_actions.cpp:36
src
pcbnew
dialogs
dialog_swap_layers_base.h
Generated on Sun Sep 21 2025 01:05:28 for KiCad PCB EDA Suite by
1.13.2