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 3.10.1-0-g8feb16b)
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/panel.h>
30#include <wx/button.h>
31#include <wx/dialog.h>
32
34
35
40{
41 private:
42
43 protected:
44 wxCheckBox* m_references;
45 wxCheckBox* m_values;
46 wxCheckBox* m_otherFields;
47 wxCheckBox* m_wires;
48 wxCheckBox* m_buses;
49 wxCheckBox* m_globalLabels;
50 wxCheckBox* m_hierLabels;
51 wxCheckBox* m_labelFields;
52 wxCheckBox* m_sheetTitles;
53 wxCheckBox* m_sheetFields;
54 wxCheckBox* m_sheetPins;
55 wxCheckBox* m_sheetBorders;
58 wxTextCtrl* m_fieldnameFilter;
60 wxTextCtrl* m_referenceFilter;
61 wxCheckBox* m_symbolFilterOpt;
62 wxTextCtrl* m_symbolFilter;
63 wxCheckBox* m_typeFilterOpt;
64 wxChoice* m_typeFilter;
65 wxCheckBox* m_netFilterOpt;
66 wxTextCtrl* m_netFilter;
69 wxStaticText* m_fontLabel;
71 wxCheckBox* m_setTextColor;
73 wxStaticText* m_textSizeLabel;
74 wxTextCtrl* m_textSizeCtrl;
75 wxStaticText* m_textSizeUnits;
76 wxCheckBox* m_bold;
77 wxStaticText* orientationLabel;
78 wxChoice* m_orientation;
79 wxCheckBox* m_italic;
80 wxStaticText* hAlignLabel;
81 wxChoice* m_hAlign;
82 wxStaticText* m_staticText14;
83 wxCheckBox* m_visible;
84 wxStaticText* m_staticText12;
85 wxStaticText* vAlignLabel;
86 wxChoice* m_vAlign;
87 wxStaticText* m_staticText15;
88 wxCheckBox* m_showFieldNames;
89 wxStaticText* m_staticText13;
90 wxStaticLine* m_staticline1;
91 wxStaticLine* m_staticline2;
92 wxStaticLine* m_staticline21;
93 wxStaticLine* m_staticline3;
94 wxStaticLine* m_staticline4;
95 wxStaticLine* m_staticline5;
96 wxStaticText* m_lineWidthLabel;
97 wxTextCtrl* m_LineWidthCtrl;
98 wxStaticText* m_lineWidthUnits;
99 wxCheckBox* m_setColor;
101 wxStaticText* lineStyleLabel;
102 wxChoice* m_lineStyle;
103 wxCheckBox* m_setFillColor;
105 wxStaticText* m_dotSizeLabel;
106 wxTextCtrl* m_dotSizeCtrl;
107 wxStaticText* m_dotSizeUnits;
108 wxCheckBox* m_setDotColor;
110 wxStdDialogButtonSizer* m_sdbSizerButtons;
114
115 // Virtual event handlers, override them in your derived class
116 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
117 virtual void OnFieldNameFilterText( wxCommandEvent& event ) { event.Skip(); }
118 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
119 virtual void OnSymbolFilterText( wxCommandEvent& event ) { event.Skip(); }
120 virtual void OnNetFilterText( wxCommandEvent& event ) { event.Skip(); }
121 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
122
123
124 public:
125
126 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 );
127
129
130};
131
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:83
#define _(s)