KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/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;
14
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/textctrl.h>
26#include <wx/choice.h>
27#include <wx/stattext.h>
28#include <wx/statline.h>
29#include <wx/button.h>
30#include <wx/dialog.h>
31
33
38{
39 private:
40
41 protected:
42 wxCheckBox* m_references;
43 wxCheckBox* m_values;
44 wxCheckBox* m_otherFields;
45 wxCheckBox* m_wires;
46 wxCheckBox* m_buses;
47 wxCheckBox* m_globalLabels;
48 wxCheckBox* m_hierLabels;
49 wxCheckBox* m_labelFields;
50 wxCheckBox* m_sheetTitles;
51 wxCheckBox* m_sheetFields;
52 wxCheckBox* m_sheetPins;
53 wxCheckBox* m_sheetBorders;
56 wxTextCtrl* m_fieldnameFilter;
58 wxTextCtrl* m_referenceFilter;
59 wxCheckBox* m_symbolFilterOpt;
60 wxTextCtrl* m_symbolFilter;
61 wxCheckBox* m_typeFilterOpt;
62 wxChoice* m_typeFilter;
63 wxCheckBox* m_netFilterOpt;
64 wxTextCtrl* m_netFilter;
66 wxStaticText* m_fontLabel;
68 wxCheckBox* m_setTextColor;
70 wxStaticText* m_textSizeLabel;
71 wxTextCtrl* m_textSizeCtrl;
72 wxStaticText* m_textSizeUnits;
73 wxCheckBox* m_bold;
74 wxCheckBox* m_italic;
75 wxStaticText* orientationLabel;
76 wxChoice* m_orientation;
77 wxStaticText* m_staticText16;
78 wxStaticText* hAlignLabel;
79 wxChoice* m_hAlign;
80 wxStaticText* m_staticText14;
81 wxCheckBox* m_visible;
82 wxStaticText* m_staticText12;
83 wxStaticText* vAlignLabel;
84 wxChoice* m_vAlign;
85 wxStaticText* m_staticText15;
86 wxCheckBox* m_showFieldNames;
87 wxStaticText* m_staticText13;
88 wxStaticLine* m_staticline1;
89 wxStaticLine* m_staticline2;
90 wxStaticLine* m_staticline21;
91 wxStaticLine* m_staticline3;
92 wxStaticLine* m_staticline4;
93 wxStaticLine* m_staticline5;
94 wxStaticText* m_lineWidthLabel;
95 wxTextCtrl* m_LineWidthCtrl;
96 wxStaticText* m_lineWidthUnits;
97 wxCheckBox* m_setColor;
99 wxStaticText* lineStyleLabel;
100 wxChoice* m_lineStyle;
101 wxCheckBox* m_setFillColor;
103 wxStaticText* m_dotSizeLabel;
104 wxTextCtrl* m_dotSizeCtrl;
105 wxStaticText* m_dotSizeUnits;
106 wxCheckBox* m_setDotColor;
108 wxStdDialogButtonSizer* m_sdbSizerButtons;
112
113 // Virtual event handlers, override them in your derived class
114 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
115 virtual void OnFieldNameFilterText( wxCommandEvent& event ) { event.Skip(); }
116 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
117 virtual void OnSymbolFilterText( wxCommandEvent& event ) { event.Skip(); }
118 virtual void OnNetFilterText( wxCommandEvent& event ) { event.Skip(); }
119 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
120
121
122 public:
123
124 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 );
125
127
128};
129
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:52
#define _(s)