KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew/dialogs/dialog_shape_properties_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/gdicmn.h>
17#include <wx/gbsizer.h>
18#include <wx/sizer.h>
19#include <wx/panel.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/string.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/notebook.h>
28#include <wx/checkbox.h>
29#include <wx/stattext.h>
30#include <wx/textctrl.h>
31#include <wx/bmpcbox.h>
33#include <wx/button.h>
34#include <wx/dialog.h>
35
37
42{
43 private:
44
45 protected:
48 wxGridBagSizer* m_gbsRectangleByCorners;
53 wxPanel* m_lineByEnds;
54 wxGridBagSizer* m_gbsLineByEnds;
56 wxGridBagSizer* m_gbsLineByLengthAngle;
58 wxGridBagSizer* m_gbsLineByMidEnd;
59 wxPanel* m_arcByCSA;
60 wxGridBagSizer* m_gbsArcByCSA;
61 wxPanel* m_arcBySME;
62 wxGridBagSizer* m_gbsArcBySME;
63 wxPanel* m_circle;
64 wxGridBagSizer* m_gbsCircleCenterRadius;
66 wxGridBagSizer* m_gbsCircleCenterPoint;
67 wxPanel* m_bezier;
68 wxGridBagSizer* m_gbsBezier;
69 wxBoxSizer* m_upperSizer;
70 wxCheckBox* m_locked;
71 wxCheckBox* m_filledCtrl;
72 wxStaticText* m_thicknessLabel;
73 wxTextCtrl* m_thicknessCtrl;
74 wxStaticText* m_thicknessUnits;
75 wxStaticText* m_lineStyleLabel;
76 wxBitmapComboBox* m_lineStyleCombo;
77 wxStaticText* m_LayerLabel;
79 wxStaticText* m_techLayersLabel;
80 wxCheckBox* m_hasSolderMask;
84 wxStaticText* m_netLabel;
86 wxStdDialogButtonSizer* m_StandardButtonsSizer;
89
90 // Virtual event handlers, override them in your derived class
91 virtual void onFilledCheckbox( wxCommandEvent& event ) { event.Skip(); }
92 virtual void onLayerSelection( wxCommandEvent& event ) { event.Skip(); }
93 virtual void onTechLayersChanged( wxCommandEvent& event ) { event.Skip(); }
94
95
96 public:
97
98 DIALOG_SHAPE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("%s Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
99
101
102};
103
virtual void onFilledCheckbox(wxCommandEvent &event)
virtual void onLayerSelection(wxCommandEvent &event)
virtual void onTechLayersChanged(wxCommandEvent &event)
DIALOG_SHAPE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("%s Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
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)