KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew/dialogs/dialog_global_edit_text_and_graphics_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>
13class FONT_CHOICE;
15
16#include "dialog_shim.h"
17#include <wx/string.h>
18#include <wx/checkbox.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/sizer.h>
24#include <wx/statbox.h>
25#include <wx/bmpcbox.h>
26#include <wx/textctrl.h>
27#include <wx/radiobut.h>
28#include <wx/stattext.h>
29#include <wx/choice.h>
30#include <wx/panel.h>
31#include <wx/grid.h>
32#include <wx/button.h>
33#include <wx/dialog.h>
34
36
41{
42 private:
43
44 protected:
45 wxCheckBox* m_references;
46 wxCheckBox* m_values;
47 wxCheckBox* m_footprintFields;
51 wxCheckBox* m_boardGraphics;
52 wxCheckBox* m_boardText;
53 wxCheckBox* m_boardDimensions;
54 wxCheckBox* m_layerFilterOpt;
56 wxCheckBox* m_referenceFilterOpt;
57 wxTextCtrl* m_referenceFilter;
59 wxTextCtrl* m_footprintFilter;
61 wxRadioButton* m_setToSpecifiedValues;
62 wxPanel* m_specifiedValues;
63 wxStaticText* m_LayerLabel;
65 wxCheckBox* m_visible;
66 wxStaticText* m_lineWidthLabel;
67 wxTextCtrl* m_LineWidthCtrl;
68 wxStaticText* m_lineWidthUnits;
69 wxStaticText* m_fontLabel;
71 wxCheckBox* m_bold;
72 wxStaticText* m_SizeXlabel;
73 wxTextCtrl* m_SizeXCtrl;
74 wxStaticText* m_SizeXunit;
75 wxCheckBox* m_italic;
76 wxStaticText* m_SizeYlabel;
77 wxTextCtrl* m_SizeYCtrl;
78 wxStaticText* m_SizeYunit;
79 wxCheckBox* m_keepUpright;
80 wxStaticText* m_ThicknessLabel;
81 wxTextCtrl* m_ThicknessCtrl;
82 wxStaticText* m_ThicknessUnit;
83 wxCheckBox* m_centerOnFP;
84 wxRadioButton* m_setToLayerDefaults;
85 wxGrid* m_grid;
86 wxStdDialogButtonSizer* m_sdbSizerButtons;
87 wxButton* m_sdbSizerButtonsOK;
88 wxButton* m_sdbSizerButtonsApply;
90
91 // Virtual event handlers, override them in your derived class
92 virtual void onDimensionItemCheckbox( wxCommandEvent& event ) { event.Skip(); }
93 virtual void OnLayerFilterSelect( wxCommandEvent& event ) { event.Skip(); }
94 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
95 virtual void OnFootprintFilterText( wxCommandEvent& event ) { event.Skip(); }
96 virtual void onActionButtonChange( wxCommandEvent& event ) { event.Skip(); }
97 virtual void onSpecifiedValueUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
98 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
99 virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); }
100
101
102 public:
103
104 DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit Text and Graphic Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 722,678 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
105
107
108};
109
DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Edit Text and Graphic Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(722, 678), 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)