KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_mouse_settings_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-62-g497c85bd-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#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/checkbox.h>
22#include <wx/slider.h>
23#include <wx/sizer.h>
24#include <wx/gbsizer.h>
25#include <wx/choice.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/statbmp.h>
30#include <wx/radiobut.h>
31#include <wx/button.h>
32#include <wx/panel.h>
33
35
40{
41 private:
42
43 protected:
44 wxStaticText* m_panZoomLabel;
45 wxStaticLine* m_staticline1;
46 wxCheckBox* m_checkZoomCenter;
47 wxCheckBox* m_checkAutoPan;
49 wxBoxSizer* m_zoomSizer;
50 wxStaticText* m_staticText1;
51 wxSlider* m_zoomSpeed;
53 wxBoxSizer* m_panSizer;
54 wxStaticText* m_staticText22;
55 wxSlider* m_autoPanSpeed;
56 wxStaticText* m_dragLabel;
57 wxStaticLine* m_staticline3;
58 wxStaticText* m_leftButtonDragLabel;
60 wxStaticText* m_staticText3;
62 wxStaticText* m_staticText31;
64 wxStaticText* m_panMoveKeyLabel;
66 wxStaticText* m_scrollLabel;
67 wxStaticLine* m_staticline2;
68 wxStaticText* m_touchpadModeLabel;
70 wxStaticText* m_staticText21;
71 wxStaticBitmap* m_scrollWarning;
72 wxStaticText* m_staticText19;
73 wxStaticText* m_staticText17;
74 wxStaticText* m_lblCtrl;
75 wxStaticText* m_staticText8;
76 wxStaticText* m_lblAlt;
77 wxStaticText* m_staticText18;
78 wxStaticText* m_staticText10;
79 wxRadioButton* m_rbZoomNone;
80 wxRadioButton* m_rbZoomCtrl;
81 wxRadioButton* m_rbZoomShift;
82 wxRadioButton* m_rbZoomAlt;
83 wxCheckBox* m_checkZoomReverse;
84 wxStaticText* m_staticText11;
85 wxRadioButton* m_rbPanVNone;
86 wxRadioButton* m_rbPanVCtrl;
87 wxRadioButton* m_rbPanVShift;
88 wxRadioButton* m_rbPanVAlt;
89 wxStaticText* m_staticText211;
90 wxStaticText* m_staticText20;
91 wxRadioButton* m_rbPanHNone;
92 wxRadioButton* m_rbPanHCtrl;
93 wxRadioButton* m_rbPanHShift;
94 wxRadioButton* m_rbPanHAlt;
95 wxCheckBox* m_checkPanHReverse;
96 wxCheckBox* m_checkEnablePanH;
97 wxButton* m_mouseDefaults;
99
100 // Virtual event handlers, override them in your derived class
101 virtual void OnScrollRadioButton( wxCommandEvent& event ) { event.Skip(); }
102 virtual void onMouseDefaults( wxCommandEvent& event ) { event.Skip(); }
103 virtual void onTrackpadDefaults( wxCommandEvent& event ) { event.Skip(); }
104
105
106 public:
107
108 PANEL_MOUSE_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 );
109
111
112};
113
const char * name
virtual void OnScrollRadioButton(wxCommandEvent &event)
PANEL_MOUSE_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 onMouseDefaults(wxCommandEvent &event)
virtual void onTrackpadDefaults(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)