KiCad PCB EDA Suite
|
Class PANEL_MOUSE_SETTINGS_BASE. More...
#include <panel_mouse_settings_base.h>
Public Member Functions | |
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) | |
~PANEL_MOUSE_SETTINGS_BASE () | |
virtual void | ResetPanel ()=0 |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Member Functions | |
virtual void | OnScrollRadioButton (wxCommandEvent &event) |
virtual void | onMouseDefaults (wxCommandEvent &event) |
virtual void | onTrackpadDefaults (wxCommandEvent &event) |
Protected Attributes | |
wxStaticText * | m_panZoomLabel |
wxStaticLine * | m_staticline1 |
wxCheckBox * | m_checkZoomCenter |
wxCheckBox * | m_checkAutoPan |
wxCheckBox * | m_checkZoomAcceleration |
wxBoxSizer * | m_zoomSizer |
wxStaticText * | m_staticText1 |
wxSlider * | m_zoomSpeed |
wxCheckBox * | m_checkAutoZoomSpeed |
wxBoxSizer * | m_panSizer |
wxStaticText * | m_staticText22 |
wxSlider * | m_autoPanSpeed |
wxStaticText * | m_dragLabel |
wxStaticLine * | m_staticline3 |
wxStaticText * | m_leftButtonDragLabel |
wxChoice * | m_choiceLeftButtonDrag |
wxStaticText * | m_staticText3 |
wxChoice * | m_choiceMiddleButtonDrag |
wxStaticText * | m_staticText31 |
wxChoice * | m_choiceRightButtonDrag |
wxStaticText * | m_scrollLabel |
wxStaticLine * | m_staticline2 |
wxStaticText * | m_staticText21 |
wxStaticBitmap * | m_scrollWarning |
wxStaticText * | m_staticText19 |
wxStaticText * | m_staticText17 |
wxStaticText * | m_lblCtrl |
wxStaticText * | m_staticText8 |
wxStaticText * | m_lblAlt |
wxStaticText * | m_staticText18 |
wxStaticText * | m_staticText10 |
wxRadioButton * | m_rbZoomNone |
wxRadioButton * | m_rbZoomCtrl |
wxRadioButton * | m_rbZoomShift |
wxRadioButton * | m_rbZoomAlt |
wxCheckBox * | m_checkZoomReverse |
wxStaticText * | m_staticText11 |
wxRadioButton * | m_rbPanVNone |
wxRadioButton * | m_rbPanVCtrl |
wxRadioButton * | m_rbPanVShift |
wxRadioButton * | m_rbPanVAlt |
wxStaticText * | m_staticText211 |
wxStaticText * | m_staticText20 |
wxRadioButton * | m_rbPanHNone |
wxRadioButton * | m_rbPanHCtrl |
wxRadioButton * | m_rbPanHShift |
wxRadioButton * | m_rbPanHAlt |
wxCheckBox * | m_checkPanHReverse |
wxCheckBox * | m_checkEnablePanH |
wxButton * | m_mouseDefaults |
wxButton * | m_trackpadDefaults |
Class PANEL_MOUSE_SETTINGS_BASE.
Definition at line 39 of file panel_mouse_settings_base.h.
PANEL_MOUSE_SETTINGS_BASE::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 |
||
) |
Definition at line 12 of file panel_mouse_settings_base.cpp.
References _, m_autoPanSpeed, m_checkAutoPan, m_checkAutoZoomSpeed, m_checkEnablePanH, m_checkPanHReverse, m_checkZoomAcceleration, m_checkZoomCenter, m_checkZoomReverse, m_choiceLeftButtonDrag, m_choiceMiddleButtonDrag, m_choiceRightButtonDrag, m_dragLabel, m_lblAlt, m_lblCtrl, m_leftButtonDragLabel, m_mouseDefaults, m_panSizer, m_panZoomLabel, m_rbPanHAlt, m_rbPanHCtrl, m_rbPanHNone, m_rbPanHShift, m_rbPanVAlt, m_rbPanVCtrl, m_rbPanVNone, m_rbPanVShift, m_rbZoomAlt, m_rbZoomCtrl, m_rbZoomNone, m_rbZoomShift, m_scrollLabel, m_scrollWarning, m_staticline1, m_staticline2, m_staticline3, m_staticText1, m_staticText10, m_staticText11, m_staticText17, m_staticText18, m_staticText19, m_staticText20, m_staticText21, m_staticText211, m_staticText22, m_staticText3, m_staticText31, m_staticText8, m_trackpadDefaults, m_zoomSizer, m_zoomSpeed, onMouseDefaults(), OnScrollRadioButton(), and onTrackpadDefaults().
PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE | ( | ) |
Definition at line 352 of file panel_mouse_settings_base.cpp.
References m_mouseDefaults, m_rbPanHAlt, m_rbPanHCtrl, m_rbPanHNone, m_rbPanHShift, m_rbPanVAlt, m_rbPanVCtrl, m_rbPanVNone, m_rbPanVShift, m_rbZoomAlt, m_rbZoomCtrl, m_rbZoomNone, m_rbZoomShift, m_trackpadDefaults, onMouseDefaults(), OnScrollRadioButton(), and onTrackpadDefaults().
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
inlineprotectedvirtual |
Reimplemented in PANEL_MOUSE_SETTINGS.
Definition at line 98 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_MOUSE_SETTINGS.
Definition at line 97 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_MOUSE_SETTINGS.
Definition at line 99 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
pure virtualinherited |
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_GIT_REPOS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_GRID_SETTINGS, PANEL_MOUSE_SETTINGS, PANEL_PLUGIN_SETTINGS, PANEL_HOTKEYS_EDITOR, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_FP_EDITOR_DEFAULTS, PANEL_PCB_DISPLAY_OPTIONS, PANEL_PCBNEW_COLOR_SETTINGS, and PANEL_PCBNEW_DISPLAY_ORIGIN.
Referenced by RESETTABLE_PANEL::RESETTABLE_PANEL().
|
protected |
Definition at line 55 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 47 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 52 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 92 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS::onMouseDefaults(), PANEL_MOUSE_SETTINGS::onTrackpadDefaults(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 91 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::TransferDataFromWindow(), and PANEL_MOUSE_SETTINGS::updateScrollModButtons().
|
protected |
Definition at line 48 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 46 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 79 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::TransferDataFromWindow(), and PANEL_MOUSE_SETTINGS::updateScrollModButtons().
|
protected |
Definition at line 59 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 61 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 63 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 56 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 72 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 70 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 58 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 93 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 53 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 44 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 90 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 88 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 87 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 89 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 84 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 82 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 81 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 83 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 78 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 76 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 75 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 77 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE(), PANEL_MOUSE_SETTINGS::updateScrollModButtons(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 64 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 67 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::OnScrollRadioButton(), and PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 45 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 65 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 57 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 50 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 74 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 80 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 69 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 73 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 68 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 86 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 66 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 85 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 54 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 60 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 62 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 71 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 94 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE(), and ~PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 49 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE().
|
protected |
Definition at line 51 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS::applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS::TransferDataFromWindow().