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 BITMAP_BUTTON;
14class FONT_CHOICE;
16
17#include "dialog_shim.h"
18#include <wx/string.h>
19#include <wx/checkbox.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/sizer.h>
25#include <wx/statbox.h>
26#include <wx/bmpcbox.h>
27#include <wx/textctrl.h>
28#include <wx/radiobut.h>
29#include <wx/stattext.h>
30#include <wx/choice.h>
31#include <wx/bmpbuttn.h>
32#include <wx/bitmap.h>
33#include <wx/image.h>
34#include <wx/icon.h>
35#include <wx/button.h>
36#include <wx/panel.h>
37#include <wx/grid.h>
38#include <wx/dialog.h>
39
41
46{
47 private:
48
49 protected:
50 wxCheckBox* m_references;
51 wxCheckBox* m_boardGraphics;
52 wxCheckBox* m_values;
53 wxCheckBox* m_boardText;
55 wxCheckBox* m_boardDimensions;
57 wxCheckBox* m_footprintTexts;
59 wxCheckBox* m_layerFilterOpt;
61 wxCheckBox* m_referenceFilterOpt;
62 wxTextCtrl* m_referenceFilter;
64 wxTextCtrl* m_footprintFilter;
66 wxRadioButton* m_setToSpecifiedValues;
68 wxStaticText* m_LayerLabel;
70 wxCheckBox* m_visible;
71 wxStaticText* m_lineWidthLabel;
72 wxTextCtrl* m_LineWidthCtrl;
73 wxStaticText* m_lineWidthUnits;
74 wxStaticText* m_fontLabel;
76 wxCheckBox* m_bold;
77 wxStaticText* m_SizeXlabel;
78 wxTextCtrl* m_SizeXCtrl;
79 wxStaticText* m_SizeXunit;
80 wxCheckBox* m_italic;
81 wxStaticText* m_SizeYlabel;
82 wxTextCtrl* m_SizeYCtrl;
83 wxStaticText* m_SizeYunit;
84 wxCheckBox* m_keepUpright;
85 wxStaticText* m_ThicknessLabel;
86 wxTextCtrl* m_ThicknessCtrl;
87 wxStaticText* m_ThicknessUnit;
89 wxCheckBox* m_centerOnFP;
90 wxRadioButton* m_setToLayerDefaults;
91 wxGrid* m_grid;
92 wxStdDialogButtonSizer* m_sdbSizerButtons;
93 wxButton* m_sdbSizerButtonsOK;
94 wxButton* m_sdbSizerButtonsApply;
96
97 // Virtual event handlers, override them in your derived class
98 virtual void onDimensionItemCheckbox( wxCommandEvent& event ) { event.Skip(); }
99 virtual void OnLayerFilterSelect( wxCommandEvent& event ) { event.Skip(); }
100 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
101 virtual void OnFootprintFilterText( wxCommandEvent& event ) { event.Skip(); }
102 virtual void onActionButtonChange( wxCommandEvent& event ) { event.Skip(); }
103 virtual void onSpecifiedValueUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
104 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
105 virtual void onTextSize( wxCommandEvent& event ) { event.Skip(); }
106 virtual void onAutoTextThickness( wxCommandEvent& event ) { event.Skip(); }
107 virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); }
108
109
110 public:
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 );
113
115
116};
117
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
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:68
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)