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-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#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_staticText21;
69 wxStaticBitmap* m_scrollWarning;
70 wxStaticText* m_staticText19;
71 wxStaticText* m_staticText17;
72 wxStaticText* m_lblCtrl;
73 wxStaticText* m_staticText8;
74 wxStaticText* m_lblAlt;
75 wxStaticText* m_staticText18;
76 wxStaticText* m_staticText10;
77 wxRadioButton* m_rbZoomNone;
78 wxRadioButton* m_rbZoomCtrl;
79 wxRadioButton* m_rbZoomShift;
80 wxRadioButton* m_rbZoomAlt;
81 wxCheckBox* m_checkZoomReverse;
82 wxStaticText* m_staticText11;
83 wxRadioButton* m_rbPanVNone;
84 wxRadioButton* m_rbPanVCtrl;
85 wxRadioButton* m_rbPanVShift;
86 wxRadioButton* m_rbPanVAlt;
87 wxStaticText* m_staticText211;
88 wxStaticText* m_staticText20;
89 wxRadioButton* m_rbPanHNone;
90 wxRadioButton* m_rbPanHCtrl;
91 wxRadioButton* m_rbPanHShift;
92 wxRadioButton* m_rbPanHAlt;
93 wxCheckBox* m_checkPanHReverse;
94 wxCheckBox* m_checkEnablePanH;
95 wxButton* m_mouseDefaults;
97
98 // Virtual event handlers, override them in your derived class
99 virtual void OnScrollRadioButton( wxCommandEvent& event ) { event.Skip(); }
100 virtual void onMouseDefaults( wxCommandEvent& event ) { event.Skip(); }
101 virtual void onTrackpadDefaults( wxCommandEvent& event ) { event.Skip(); }
102
103
104 public:
105
106 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 );
107
109
110};
111
const char * name
Definition: DXF_plotter.cpp:62
Class PANEL_MOUSE_SETTINGS_BASE.
virtual void OnScrollRadioButton(wxCommandEvent &event)
virtual void onMouseDefaults(wxCommandEvent &event)
virtual void onTrackpadDefaults(wxCommandEvent &event)
A wxPanel that is designed to be reset in a standard manner.