KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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/button.h>
35#include <wx/dialog.h>
36
38
43{
44 private:
45
46 protected:
49 wxGridBagSizer* m_gbsRectangleByCorners;
54 wxPanel* m_lineByEnds;
55 wxGridBagSizer* m_gbsLineByEnds;
57 wxGridBagSizer* m_gbsLineByLengthAngle;
59 wxGridBagSizer* m_gbsLineByStartMid;
60 wxPanel* m_arcByCSA;
61 wxGridBagSizer* m_gbsArcByCSA;
62 wxPanel* m_arcBySME;
63 wxGridBagSizer* m_gbsArcBySME;
64 wxPanel* m_circle;
65 wxGridBagSizer* m_gbsCircleCenterRadius;
67 wxGridBagSizer* m_gbsCircleCenterPoint;
68 wxPanel* m_bezier;
69 wxGridBagSizer* m_gbsBezier;
70 wxBoxSizer* m_upperSizer;
71 wxCheckBox* m_locked;
72 wxStaticText* m_thicknessLabel;
73 wxTextCtrl* m_thicknessCtrl;
74 wxStaticText* m_thicknessUnits;
75 wxStaticText* m_lineStyleLabel;
76 wxBitmapComboBox* m_lineStyleCombo;
77 wxStaticText* m_fillLabel;
78 wxChoice* m_fillCtrl;
79 wxStaticText* m_LayerLabel;
81 wxStaticText* m_techLayersLabel;
82 wxCheckBox* m_hasSolderMask;
86 wxStaticText* m_netLabel;
88 wxStdDialogButtonSizer* m_StandardButtonsSizer;
91
92 // Virtual event handlers, override them in your derived class
93 virtual void onLayerSelection( wxCommandEvent& event ) { event.Skip(); }
94 virtual void onTechLayersChanged( wxCommandEvent& event ) { event.Skip(); }
95
96
97 public:
98
99 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 );
100
102
103};
104
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)