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 wxCheckBox* m_italic;
78 wxStaticText* orientationLabel;
79 wxChoice* m_orientation;
80 wxStaticText* m_staticText16;
81 wxStaticText* hAlignLabel;
82 wxChoice* m_hAlign;
83 wxStaticText* m_staticText14;
84 wxCheckBox* m_visible;
85 wxStaticText* m_staticText12;
86 wxStaticText* vAlignLabel;
87 wxChoice* m_vAlign;
88 wxStaticText* m_staticText15;
89 wxCheckBox* m_showFieldNames;
90 wxStaticText* m_staticText13;
91 wxStaticLine* m_staticline1;
92 wxStaticLine* m_staticline2;
93 wxStaticLine* m_staticline21;
94 wxStaticLine* m_staticline3;
95 wxStaticLine* m_staticline4;
96 wxStaticLine* m_staticline5;
97 wxStaticText* m_lineWidthLabel;
98 wxTextCtrl* m_LineWidthCtrl;
99 wxStaticText* m_lineWidthUnits;
100 wxCheckBox* m_setColor;
102 wxStaticText* lineStyleLabel;
103 wxChoice* m_lineStyle;
104 wxCheckBox* m_setFillColor;
106 wxStaticText* m_dotSizeLabel;
107 wxTextCtrl* m_dotSizeCtrl;
108 wxStaticText* m_dotSizeUnits;
109 wxCheckBox* m_setDotColor;
111 wxStdDialogButtonSizer* m_sdbSizerButtons;
115
116 // Virtual event handlers, override them in your derived class
117 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
118 virtual void OnFieldNameFilterText( wxCommandEvent& event ) { event.Skip(); }
119 virtual void OnReferenceFilterText( wxCommandEvent& event ) { event.Skip(); }
120 virtual void OnSymbolFilterText( wxCommandEvent& event ) { event.Skip(); }
121 virtual void OnNetFilterText( wxCommandEvent& event ) { event.Skip(); }
122 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
123
124
125 public:
126
127 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 );
128
130
131};
132
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:84
#define _(s)