KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_simulator_preferences_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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/choice.h>
22#include <wx/sizer.h>
23#include <wx/button.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/panel.h>
28
30
35{
36 private:
37
38 protected:
39 wxStaticText* m_lblScrollHeading;
40 wxStaticLine* m_scrollLine;
41 wxStaticText* m_lblVScrollMovement;
42 wxStaticText* m_lblVScrollModifier;
43 wxStaticText* m_lblVScrollAction;
46 wxStaticText* m_lblVScrollCtrl;
48 wxStaticText* m_lblVScrollShift;
50 wxStaticText* m_lblVScrollAlt;
52 wxStaticText* m_lblHScrollMovement;
53 wxStaticText* m_lblHScrollModifier;
54 wxStaticText* m_lblHScrollAction;
55 wxStaticText* m_lblHScrollAny;
56 wxChoice* m_choiceHScroll;
59
60 // Virtual event handlers, override them in your derived class
61 virtual void onMouseDefaults( wxCommandEvent& event ) { event.Skip(); }
62 virtual void onTrackpadDefaults( wxCommandEvent& event ) { event.Skip(); }
63
64
65 public:
66
67 PANEL_SIMULATOR_PREFERENCES_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 );
68
70
71};
72
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SIMULATOR_PREFERENCES_BASE.
virtual void onTrackpadDefaults(wxCommandEvent &event)
virtual void onMouseDefaults(wxCommandEvent &event)
A wxPanel that is designed to be reset in a standard manner.