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 3.10.1-0-g8feb16b3)
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_scrollLabel;
65 wxStaticLine* m_staticline2;
66 wxStaticText* m_staticText21;
67 wxStaticBitmap* m_scrollWarning;
68 wxStaticText* m_staticText19;
69 wxStaticText* m_staticText17;
70 wxStaticText* m_lblCtrl;
71 wxStaticText* m_staticText8;
72 wxStaticText* m_lblAlt;
73 wxStaticText* m_staticText18;
74 wxStaticText* m_staticText10;
75 wxRadioButton* m_rbZoomNone;
76 wxRadioButton* m_rbZoomCtrl;
77 wxRadioButton* m_rbZoomShift;
78 wxRadioButton* m_rbZoomAlt;
79 wxStaticText* m_staticText201;
80 wxStaticText* m_staticText11;
81 wxRadioButton* m_rbPanVNone;
82 wxRadioButton* m_rbPanVCtrl;
83 wxRadioButton* m_rbPanVShift;
84 wxRadioButton* m_rbPanVAlt;
85 wxStaticText* m_staticText211;
86 wxStaticText* m_staticText20;
87 wxRadioButton* m_rbPanHNone;
88 wxRadioButton* m_rbPanHCtrl;
89 wxRadioButton* m_rbPanHShift;
90 wxRadioButton* m_rbPanHAlt;
91 wxCheckBox* m_checkPanHReverse;
92 wxCheckBox* m_checkEnablePanH;
93 wxButton* m_mouseDefaults;
95
96 // Virtual event handlers, override them in your derived class
97 virtual void OnScrollRadioButton( wxCommandEvent& event ) { event.Skip(); }
98 virtual void onMouseDefaults( wxCommandEvent& event ) { event.Skip(); }
99 virtual void onTrackpadDefaults( wxCommandEvent& event ) { event.Skip(); }
100
101
102 public:
103
104 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 );
105
107
108};
109
const char * name
Definition: DXF_plotter.cpp:57
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.