KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
panel_assign_component_classes_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 <wx/string.h>
16#include <wx/checkbox.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/stattext.h>
23#include <wx/button.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/sizer.h>
28#include <wx/scrolwin.h>
29#include <wx/panel.h>
30#include <wx/textctrl.h>
31#include <wx/bmpbuttn.h>
32#include <wx/radiobut.h>
33#include <wx/statbox.h>
34#include <wx/combobox.h>
35
37
42{
43 private:
44
45 protected:
47 wxStaticLine* m_staticline1;
48 wxStaticText* m_staticText3;
50 wxScrolledWindow* m_assignmentsScrollWindow;
51
52 // Virtual event handlers, override them in your derived class
53 virtual void OnAddAssignmentClick( wxCommandEvent& event ) { event.Skip(); }
54
55
56 public:
57
58 PANEL_ASSIGN_COMPONENT_CLASSES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
59
61
62};
63
68{
69 private:
70
71 protected:
72 wxStaticText* m_staticText101;
73 wxTextCtrl* m_componentClass;
77 wxRadioButton* m_radioAll;
78 wxRadioButton* m_radioAny;
79
80 // Virtual event handlers, override them in your derived class
81 virtual void OnHighlightItemsClick( wxCommandEvent& event ) { event.Skip(); }
82 virtual void OnDeleteAssignmentClick( wxCommandEvent& event ) { event.Skip(); }
83 virtual void OnAddConditionClick( wxCommandEvent& event ) { event.Skip(); }
84
85
86 public:
87
88 PANEL_COMPONENT_CLASS_ASSIGNMENT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
89
91
92};
93
98{
99 private:
100
101 protected:
102 wxStaticText* m_title;
103 wxTextCtrl* m_refs;
106
107 // Virtual event handlers, override them in your derived class
108 virtual void OnReferenceRightDown( wxMouseEvent& event ) { event.Skip(); }
109 virtual void OnImportRefsClick( wxCommandEvent& event ) { event.Skip(); }
110 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
111
112
113 public:
114
115 PANEL_COMPONENT_CLASS_CONDITION_REFERENCE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
116
118
119};
120
125{
126 private:
127
128 protected:
129 wxStaticText* m_title;
130 wxComboBox* m_side;
132
133 // Virtual event handlers, override them in your derived class
134 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
135
136
137 public:
138
139 PANEL_COMPONENT_CLASS_CONDITION_SIDE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
140
142
143};
144
149{
150 private:
151
152 protected:
153 wxStaticText* m_title;
154 wxComboBox* m_rotation;
155 wxStaticText* m_rotUnit;
157
158 // Virtual event handlers, override them in your derived class
159 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
160
161
162 public:
163
164 PANEL_COMPONENT_CLASS_CONDITION_ROTATION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 303,65 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
165
167
168};
169
174{
175 private:
176
177 protected:
178 wxStaticText* m_title;
179 wxTextCtrl* m_footprint;
182
183 // Virtual event handlers, override them in your derived class
184 virtual void OnShowLibraryClick( wxCommandEvent& event ) { event.Skip(); }
185 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
186
187
188 public:
189
190 PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
191
193
194};
195
200{
201 private:
202
203 protected:
204 wxStaticText* m_title;
205 wxComboBox* m_fieldName;
206 wxStaticText* m_staticText44;
207 wxTextCtrl* m_fieldValue;
209
210 // Virtual event handlers, override them in your derived class
211 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
212
213
214 public:
215
216 PANEL_COMPONENT_CLASS_CONDITION_FIELD_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
217
219
220};
221
226{
227 private:
228
229 protected:
230 wxStaticText* m_title;
231 wxTextCtrl* m_customCondition;
233
234 // Virtual event handlers, override them in your derived class
235 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
236
237
238 public:
239
240 PANEL_COMPONENT_CLASS_CONDITION_CUSTOM_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
241
243
244};
245
250{
251 private:
252
253 protected:
254 wxStaticText* m_title;
255 wxComboBox* m_sheetName;
257
258 // Virtual event handlers, override them in your derived class
259 virtual void OnDeleteConditionClick( wxCommandEvent& event ) { event.Skip(); }
260
261
262 public:
263
264 PANEL_COMPONENT_CLASS_CONDITION_SHEET_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
265
267
268};
269
const char * name
Definition: DXF_plotter.cpp:59
Class PANEL_ASSIGN_COMPONENT_CLASSES_BASE.
virtual void OnAddAssignmentClick(wxCommandEvent &event)
Class PANEL_COMPONENT_CLASS_ASSIGNMENT_BASE.
virtual void OnHighlightItemsClick(wxCommandEvent &event)
virtual void OnAddConditionClick(wxCommandEvent &event)
virtual void OnDeleteAssignmentClick(wxCommandEvent &event)
Class PANEL_COMPONENT_CLASS_CONDITION_CUSTOM_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_FIELD_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_REFERENCE_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_ROTATION_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_SHEET_BASE.
Class PANEL_COMPONENT_CLASS_CONDITION_SIDE_BASE.
A bitmap button widget that behaves like a standard dialog button except with an icon.