KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_outset_items_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/combobox.h>
23#include <wx/checkbox.h>
24#include <wx/statline.h>
25#include <wx/bmpcbox.h>
26#include <wx/button.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/gbsizer.h>
31#include <wx/sizer.h>
32#include <wx/dialog.h>
33
35
40{
41 private:
42
43 protected:
44 wxStaticText* m_outsetLabel;
45 wxComboBox* m_outsetEntry;
46 wxStaticText* m_outsetUnit;
47 wxCheckBox* m_roundToGrid;
48 wxCheckBox* m_roundCorners;
49 wxStaticText* m_gridRoundingLabel;
51 wxStaticText* m_gridRoundingUnit;
52 wxStaticLine* m_staticline2;
53 wxCheckBox* m_copyLayers;
54 wxStaticText* m_layerLabel;
56 wxCheckBox* m_copyWidths;
57 wxStaticText* m_lineWidthLabel;
58 wxComboBox* m_lineWidthEntry;
59 wxStaticText* m_lineWidthUnit;
61 wxStaticLine* m_staticline21;
63 wxStdDialogButtonSizer* m_stdButtons;
64 wxButton* m_stdButtonsOK;
66
67 // Virtual event handlers, override them in your derived class
68 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
69 virtual void OnRoundToGridChecked( wxCommandEvent& event ) { event.Skip(); }
70 virtual void OnCopyLayersChecked( wxCommandEvent& event ) { event.Skip(); }
71 virtual void OnLayerDefaultClick( wxCommandEvent& event ) { event.Skip(); }
72 virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
73
74
75 public:
76
77 DIALOG_OUTSET_ITEMS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Outset Items"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
78
80
81};
82
Class DIALOG_OUTSET_ITEMS_BASE.
virtual void OnLayerDefaultClick(wxCommandEvent &event)
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl
virtual void OnCopyLayersChecked(wxCommandEvent &event)
wxStdDialogButtonSizer * m_stdButtons
virtual void OnOkClick(wxCommandEvent &event)
virtual void OnRoundToGridChecked(wxCommandEvent &event)
virtual void OnClose(wxCloseEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)