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 3.10.1-0-g8feb16b3)
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_otherFields;
53 wxCheckBox* m_boardGraphics;
54 wxCheckBox* m_boardText;
55 wxCheckBox* m_boardDimensions;
56 wxCheckBox* m_layerFilterOpt;
58 wxCheckBox* m_referenceFilterOpt;
59 wxTextCtrl* m_referenceFilter;
61 wxTextCtrl* m_footprintFilter;
63 wxRadioButton* m_setToSpecifiedValues;
64 wxPanel* m_specifiedValues;
65 wxStaticText* m_LayerLabel;
67 wxCheckBox* m_visible;
68 wxStaticText* m_lineWidthLabel;
69 wxTextCtrl* m_LineWidthCtrl;
70 wxStaticText* m_lineWidthUnits;
71 wxStaticText* m_fontLabel;
73 wxCheckBox* m_bold;
74 wxStaticText* m_SizeXlabel;
75 wxTextCtrl* m_SizeXCtrl;
76 wxStaticText* m_SizeXunit;
77 wxCheckBox* m_italic;
78 wxStaticText* m_SizeYlabel;
79 wxTextCtrl* m_SizeYCtrl;
80 wxStaticText* m_SizeYunit;
81 wxCheckBox* m_keepUpright;
82 wxStaticText* m_ThicknessLabel;
83 wxTextCtrl* m_ThicknessCtrl;
84 wxStaticText* m_ThicknessUnit;
85 wxCheckBox* m_centerOnFP;
86 wxRadioButton* m_setToLayerDefaults;
87 wxGrid* m_grid;
88 wxStdDialogButtonSizer* m_sdbSizerButtons;
89 wxButton* m_sdbSizerButtonsOK;
90 wxButton* m_sdbSizerButtonsApply;
92
93 // Virtual event handlers, override them in your derived class
94 virtual void onDimensionItemCheckbox( wxCommandEvent& event ) { event.Skip(); }
95 virtual void OnLayerFilterSelect( wxCommandEvent& event ) { event.Skip(); }
96 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
97 virtual void OnFootprintFilterText( wxCommandEvent& event ) { event.Skip(); }
98 virtual void onActionButtonChange( wxCommandEvent& event ) { event.Skip(); }
99 virtual void onSpecifiedValueUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
100 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
101 virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); }
102
103
104 public:
105
106 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 );
107
109
110};
111
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:84
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)