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.2.1-0-g80c4cb6a-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/radiobut.h>
24#include <wx/sizer.h>
25#include <wx/choice.h>
26#include <wx/gbsizer.h>
27#include <wx/textctrl.h>
28#include <wx/bmpbuttn.h>
29#include <wx/bitmap.h>
30#include <wx/image.h>
31#include <wx/icon.h>
32#include <wx/button.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 wxBoxSizer* bLeftSizer;
48 wxStaticText* m_staticText20;
49 wxStaticLine* m_staticline3;
50 wxFlexGridSizer* m_renderingSizer;
51 wxRadioButton* m_rbAccelerated;
52 wxRadioButton* m_rbFallback;
53 wxChoice* m_antialiasing;
54 wxStaticText* m_staticText21;
55 wxStaticLine* m_staticline2;
56 wxTextCtrl* m_textEditorPath;
58 wxBoxSizer* bSizerFileManager;
61 wxRadioButton* m_defaultPDFViewer;
62 wxRadioButton* m_otherPDFViewer;
63 wxTextCtrl* m_PDFViewerPath;
65 wxStaticText* m_staticText22;
66 wxStaticLine* m_staticline1;
68 wxCheckBox* m_showScrollbars;
70 wxCheckBox* m_hotkeyFeedback;
71 wxCheckBox* m_gridStriping;
72 wxStaticText* m_stIconTheme;
73 wxRadioButton* m_rbIconThemeLight;
74 wxRadioButton* m_rbIconThemeDark;
75 wxRadioButton* m_rbIconThemeAuto;
76 wxStaticText* m_stToolbarIconSize;
77 wxRadioButton* m_rbIconSizeSmall;
78 wxRadioButton* m_rbIconSizeNormal;
79 wxRadioButton* m_rbIconSizeLarge;
80 wxCheckBox* m_scaleFonts;
81 wxStaticText* m_fontScalingHelp;
82 wxGridBagSizer* m_gbUserInterface;
84 wxSpinCtrlDouble* m_canvasScaleCtrl;
85 wxCheckBox* m_canvasScaleAuto;
86 wxStaticText* m_highContrastLabel;
87 wxTextCtrl* m_highContrastCtrl;
88 wxStaticText* m_highContrastUnits;
89 wxStaticText* m_staticText251;
90 wxStaticLine* m_staticline7;
91 wxStaticText* m_staticText23;
92 wxStaticLine* m_staticline6;
93 wxCheckBox* m_warpMouseOnMove;
95 wxStaticText* m_staticText24;
96 wxStaticLine* m_staticline5;
98 wxStaticText* m_staticTextautosave;
99 wxSpinCtrl* m_SaveTime;
101 wxSpinCtrl* m_fileHistorySize;
102 wxStaticText* m_staticText25;
103 wxStaticLine* m_staticline4;
104 wxCheckBox* m_cbBackupEnabled;
106 wxStaticText* m_staticText9;
108 wxStaticText* m_staticText10;
110 wxStaticText* m_staticText11;
112 wxStaticText* m_staticText15;
113 wxStaticText* m_staticText16;
115 wxStaticText* m_staticText17;
116
117 // Virtual event handlers, override them in your derived class
118 virtual void OnTextEditorClick( wxCommandEvent& event ) { event.Skip(); }
119 virtual void OnRadioButtonPdfViewer( wxCommandEvent& event ) { event.Skip(); }
120 virtual void OnPDFViewerClick( wxCommandEvent& event ) { event.Skip(); }
121 virtual void OnCanvasScaleAuto( wxCommandEvent& event ) { event.Skip(); }
122
123
124 public:
125
126 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 );
127
129
130};
131
const char * name
virtual void OnCanvasScaleAuto(wxCommandEvent &event)
virtual void OnRadioButtonPdfViewer(wxCommandEvent &event)
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)
virtual void OnPDFViewerClick(wxCommandEvent &event)
virtual void OnTextEditorClick(wxCommandEvent &event)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)
A bitmap button widget that behaves like a standard dialog button except with an icon.