KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_footprint_properties_fp_editor_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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>
14class TEXT_CTRL_EVAL;
15class WX_GRID;
16
17#include "dialog_shim.h"
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/string.h>
21#include <wx/font.h>
22#include <wx/grid.h>
23#include <wx/gdicmn.h>
24#include <wx/bmpbuttn.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/button.h>
29#include <wx/sizer.h>
30#include <wx/statbox.h>
31#include <wx/stattext.h>
32#include <wx/textctrl.h>
33#include <wx/choice.h>
34#include <wx/checkbox.h>
35#include <wx/panel.h>
36#include <wx/gbsizer.h>
37#include <wx/notebook.h>
38#include <wx/dialog.h>
39
41
42#define ID_NOTEBOOK 1000
43
48{
49 private:
50 wxBoxSizer* m_GeneralBoxSizer;
51
52 protected:
53 wxNotebook* m_NoteBook;
59 wxTextCtrl* m_DocCtrl;
60 wxStaticText* staticKeywordsLabel;
61 wxTextCtrl* m_KeywordCtrl;
65 wxStaticText* m_componentTypeLabel;
66 wxChoice* m_componentType;
67 wxCheckBox* m_boardOnly;
69 wxCheckBox* m_excludeFromBOM;
70 wxCheckBox* m_noCourtyards;
71 wxCheckBox* m_cbDNP;
73 wxStaticText* m_staticTextInfo;
74 wxStaticText* m_NetClearanceLabel;
75 wxTextCtrl* m_NetClearanceCtrl;
76 wxStaticText* m_NetClearanceUnits;
80 wxCheckBox* m_allowBridges;
88 wxStaticText* m_staticTextInfoPaste;
89 wxStaticText* m_staticText16;
91 wxStaticText* m_padGroupsLabel;
95 wxStdDialogButtonSizer* m_sdbSizerStdButtons;
98
99 // Virtual event handlers, override them in your derived class
100 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
101 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
102 virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
103 virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
104 virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
105 virtual void OnFootprintNameText( wxCommandEvent& event ) { event.Skip(); }
106 virtual void OnAddLayer( wxCommandEvent& event ) { event.Skip(); }
107 virtual void OnDeleteLayer( wxCommandEvent& event ) { event.Skip(); }
108 virtual void OnAddPadGroup( wxCommandEvent& event ) { event.Skip(); }
109 virtual void OnRemovePadGroup( wxCommandEvent& event ) { event.Skip(); }
110
111
112 public:
113
114 DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
115
117
118};
119
Class DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR_BASE.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
A bitmap button widget that behaves like a standard dialog button except with an icon.
wxTextCtrl wrapper to handle math expression evaluation.
#define _(s)