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.0.0-0-g0efcecf-dirty)
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
37#define ID_SPECIFIED_NET_TO_NETCLASS_VALUES 1000
38#define ID_ALL_TRACKS_VIAS 1001
39
44{
45 private:
46
47 protected:
48 wxCheckBox* m_references;
49 wxCheckBox* m_values;
50 wxCheckBox* m_footprintFields;
54 wxCheckBox* m_boardGraphics;
55 wxCheckBox* m_boardText;
56 wxCheckBox* m_boardDimensions;
57 wxCheckBox* m_layerFilterOpt;
59 wxCheckBox* m_referenceFilterOpt;
60 wxTextCtrl* m_referenceFilter;
62 wxTextCtrl* m_footprintFilter;
64 wxRadioButton* m_setToSpecifiedValues;
65 wxPanel* m_specifiedValues;
66 wxStaticText* m_LayerLabel;
68 wxCheckBox* m_visible;
69 wxStaticText* m_lineWidthLabel;
70 wxTextCtrl* m_LineWidthCtrl;
71 wxStaticText* m_lineWidthUnits;
72 wxStaticText* m_fontLabel;
74 wxCheckBox* m_bold;
75 wxStaticText* m_SizeXlabel;
76 wxTextCtrl* m_SizeXCtrl;
77 wxStaticText* m_SizeXunit;
78 wxCheckBox* m_italic;
79 wxStaticText* m_SizeYlabel;
80 wxTextCtrl* m_SizeYCtrl;
81 wxStaticText* m_SizeYunit;
82 wxCheckBox* m_keepUpright;
83 wxStaticText* m_ThicknessLabel;
84 wxTextCtrl* m_ThicknessCtrl;
85 wxStaticText* m_ThicknessUnit;
86 wxCheckBox* m_centerOnFP;
87 wxRadioButton* m_setToLayerDefaults;
88 wxGrid* m_grid;
89 wxStdDialogButtonSizer* m_sdbSizerButtons;
90 wxButton* m_sdbSizerButtonsOK;
91 wxButton* m_sdbSizerButtonsApply;
93
94 // Virtual event handlers, override them in your derived class
95 virtual void onDimensionItemCheckbox( wxCommandEvent& event ) { event.Skip(); }
96 virtual void OnLayerFilterSelect( wxCommandEvent& event ) { event.Skip(); }
97 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
98 virtual void OnFootprintFilterText( wxCommandEvent& event ) { event.Skip(); }
99 virtual void onActionButtonChange( wxCommandEvent& event ) { event.Skip(); }
100 virtual void onSpecifiedValueUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
101 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
102 virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); }
103
104
105 public:
106
107 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( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
108
110
111};
112
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(-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:88
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)