KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_common_settings_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf-dirty)
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>
14
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/statline.h>
23#include <wx/choice.h>
24#include <wx/gbsizer.h>
25#include <wx/sizer.h>
26#include <wx/textctrl.h>
27#include <wx/bmpbuttn.h>
28#include <wx/bitmap.h>
29#include <wx/image.h>
30#include <wx/icon.h>
31#include <wx/button.h>
32#include <wx/radiobut.h>
33#include <wx/checkbox.h>
34#include <wx/spinctrl.h>
35#include <wx/panel.h>
36
38
43{
44 private:
45
46 protected:
47 wxStaticText* m_staticText20;
48 wxStaticLine* m_staticline3;
49 wxChoice* m_antialiasing;
52 wxStaticText* m_staticText21;
53 wxStaticLine* m_staticline2;
54 wxTextCtrl* m_textEditorPath;
56 wxRadioButton* m_defaultPDFViewer;
57 wxRadioButton* m_otherPDFViewer;
58 wxTextCtrl* m_PDFViewerPath;
60 wxStaticText* m_staticText22;
61 wxStaticLine* m_staticline1;
63 wxCheckBox* m_showScrollbars;
65 wxCheckBox* m_hotkeyFeedback;
66 wxCheckBox* m_gridStriping;
67 wxStaticText* m_stIconTheme;
68 wxRadioButton* m_rbIconThemeLight;
69 wxRadioButton* m_rbIconThemeDark;
70 wxRadioButton* m_rbIconThemeAuto;
71 wxStaticText* m_stToolbarIconSize;
72 wxRadioButton* m_rbIconSizeSmall;
73 wxRadioButton* m_rbIconSizeNormal;
74 wxRadioButton* m_rbIconSizeLarge;
75 wxGridBagSizer* m_gbUserInterface;
77 wxSpinCtrlDouble* m_canvasScaleCtrl;
78 wxCheckBox* m_canvasScaleAuto;
79 wxCheckBox* m_scaleFonts;
80 wxStaticText* m_fontScalingHelp;
81 wxStaticText* m_highContrastLabel;
82 wxTextCtrl* m_highContrastCtrl;
83 wxStaticText* m_highContrastUnits;
84 wxStaticText* m_staticText23;
85 wxStaticLine* m_staticline6;
86 wxCheckBox* m_warpMouseOnMove;
88 wxStaticText* m_staticText24;
89 wxStaticLine* m_staticline5;
91 wxStaticText* m_staticTextautosave;
92 wxSpinCtrl* m_SaveTime;
94 wxSpinCtrl* m_fileHistorySize;
97 wxStaticText* m_staticTextDays;
98 wxStaticText* m_staticText25;
99 wxStaticLine* m_staticline4;
100 wxCheckBox* m_cbBackupEnabled;
102 wxStaticText* m_staticText9;
104 wxStaticText* m_staticText10;
106 wxStaticText* m_staticText11;
108 wxStaticText* m_staticText15;
109 wxStaticText* m_staticText16;
111 wxStaticText* m_staticText17;
112
113 // Virtual event handlers, override them in your derived class
114 virtual void OnTextEditorClick( wxCommandEvent& event ) { event.Skip(); }
115 virtual void OnRadioButtonPdfViewer( wxCommandEvent& event ) { event.Skip(); }
116 virtual void OnPDFViewerClick( wxCommandEvent& event ) { event.Skip(); }
117 virtual void OnCanvasScaleAuto( wxCommandEvent& event ) { event.Skip(); }
118
119
120 public:
121
122 PANEL_COMMON_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
123
125
126};
127
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_COMMON_SETTINGS_BASE.
virtual void OnCanvasScaleAuto(wxCommandEvent &event)
virtual void OnRadioButtonPdfViewer(wxCommandEvent &event)
virtual void OnPDFViewerClick(wxCommandEvent &event)
virtual void OnTextEditorClick(wxCommandEvent &event)
A wxPanel that is designed to be reset in a standard manner.
A bitmap button widget that behaves like a standard dialog button except with an icon.