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>
32#include <wx/choice.h>
34#include <wx/statline.h>
35#include <wx/button.h>
36#include <wx/dialog.h>
37
39
44{
45 private:
46
47 protected:
50 wxGridBagSizer* m_gbsRectangleByCorners;
55 wxPanel* m_lineByEnds;
56 wxGridBagSizer* m_gbsLineByEnds;
58 wxGridBagSizer* m_gbsLineByLengthAngle;
60 wxGridBagSizer* m_gbsLineByStartMid;
61 wxPanel* m_arcByCSA;
62 wxGridBagSizer* m_gbsArcByCSA;
63 wxPanel* m_arcBySME;
64 wxGridBagSizer* m_gbsArcBySME;
65 wxPanel* m_circle;
66 wxGridBagSizer* m_gbsCircleCenterRadius;
68 wxGridBagSizer* m_gbsCircleCenterPoint;
69 wxPanel* m_bezier;
70 wxGridBagSizer* m_gbsBezier;
71 wxBoxSizer* m_upperSizer;
72 wxCheckBox* m_locked;
73 wxStaticText* m_thicknessLabel;
74 wxTextCtrl* m_thicknessCtrl;
75 wxStaticText* m_thicknessUnits;
76 wxStaticText* m_lineStyleLabel;
77 wxBitmapComboBox* m_lineStyleCombo;
78 wxStaticText* m_fillLabel;
79 wxChoice* m_fillCtrl;
80 wxStaticText* m_LayerLabel;
82 wxStaticText* m_netLabel;
84 wxStaticText* m_techLayersLabel;
85 wxStaticLine* m_staticline1;
86 wxCheckBox* m_hasSolderMask;
90 wxStdDialogButtonSizer* m_StandardButtonsSizer;
93
94 // Virtual event handlers, override them in your derived class
95 virtual void onLayerSelection( wxCommandEvent& event ) { event.Skip(); }
96 virtual void onTechLayersChanged( wxCommandEvent& event ) { event.Skip(); }
97
98
99 public:
100
101 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 );
102
104
105};
106
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:52
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)