KiCad PCB EDA Suite
|
#include <panel_mouse_settings.h>
Public Member Functions | |
PANEL_MOUSE_SETTINGS (wxWindow *aParent) | |
~PANEL_MOUSE_SETTINGS () | |
void | ResetPanel () override |
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 | |
bool | TransferDataFromWindow () override |
bool | TransferDataToWindow () override |
void | OnScrollRadioButton (wxCommandEvent &event) override |
void | onMouseDefaults (wxCommandEvent &event) override |
void | onTrackpadDefaults (wxCommandEvent &event) override |
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 |
Private Member Functions | |
void | applySettingsToPanel (const COMMON_SETTINGS &aSettings) |
SCROLL_MOD_SET | getScrollModSet () |
void | updateScrollModButtons () |
bool | isScrollModSetValid (const SCROLL_MOD_SET &aSet) |
Private Attributes | |
SCROLL_MOD_SET | m_currentScrollMod |
Definition at line 41 of file panel_mouse_settings.h.
PANEL_MOUSE_SETTINGS::PANEL_MOUSE_SETTINGS | ( | wxWindow * | aParent | ) |
Definition at line 29 of file panel_mouse_settings.cpp.
PANEL_MOUSE_SETTINGS::~PANEL_MOUSE_SETTINGS | ( | ) |
Definition at line 61 of file panel_mouse_settings.cpp.
|
private |
Definition at line 143 of file panel_mouse_settings.cpp.
References COMMON_SETTINGS::INPUT::auto_pan, COMMON_SETTINGS::INPUT::auto_pan_acceleration, COMMON_SETTINGS::INPUT::center_on_zoom, COMMON_SETTINGS::INPUT::drag_left, COMMON_SETTINGS::INPUT::drag_middle, COMMON_SETTINGS::INPUT::drag_right, COMMON_SETTINGS::INPUT::horizontal_pan, PANEL_MOUSE_SETTINGS_BASE::m_autoPanSpeed, PANEL_MOUSE_SETTINGS_BASE::m_checkAutoPan, PANEL_MOUSE_SETTINGS_BASE::m_checkAutoZoomSpeed, PANEL_MOUSE_SETTINGS_BASE::m_checkEnablePanH, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomAcceleration, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomCenter, PANEL_MOUSE_SETTINGS_BASE::m_choiceLeftButtonDrag, PANEL_MOUSE_SETTINGS_BASE::m_choiceMiddleButtonDrag, PANEL_MOUSE_SETTINGS_BASE::m_choiceRightButtonDrag, m_currentScrollMod, COMMON_SETTINGS::m_Input, PANEL_MOUSE_SETTINGS_BASE::m_zoomSpeed, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panHReverse, SCROLL_MOD_SET::panv, COMMON_SETTINGS::INPUT::reverse_scroll_pan_h, COMMON_SETTINGS::INPUT::reverse_scroll_zoom, COMMON_SETTINGS::INPUT::scroll_modifier_pan_h, COMMON_SETTINGS::INPUT::scroll_modifier_pan_v, COMMON_SETTINGS::INPUT::scroll_modifier_zoom, updateScrollModButtons(), SCROLL_MOD_SET::zoom, COMMON_SETTINGS::INPUT::zoom_acceleration, COMMON_SETTINGS::INPUT::zoom_speed, COMMON_SETTINGS::INPUT::zoom_speed_auto, and SCROLL_MOD_SET::zoomReverse.
Referenced by ResetPanel(), and TransferDataToWindow().
|
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().
|
private |
Definition at line 206 of file panel_mouse_settings.cpp.
References PANEL_MOUSE_SETTINGS_BASE::m_rbPanHAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHShift, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVShift, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomShift, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panv, and SCROLL_MOD_SET::zoom.
Referenced by OnScrollRadioButton(), and TransferDataFromWindow().
|
private |
Definition at line 235 of file panel_mouse_settings.cpp.
References SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panv, and SCROLL_MOD_SET::zoom.
Referenced by OnScrollRadioButton(), and TransferDataFromWindow().
|
overrideprotectedvirtual |
Reimplemented from PANEL_MOUSE_SETTINGS_BASE.
Definition at line 270 of file panel_mouse_settings.cpp.
References PANEL_MOUSE_SETTINGS_BASE::m_checkEnablePanH, m_currentScrollMod, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panHReverse, SCROLL_MOD_SET::panv, updateScrollModButtons(), SCROLL_MOD_SET::zoom, and SCROLL_MOD_SET::zoomReverse.
|
overrideprotectedvirtual |
Reimplemented from PANEL_MOUSE_SETTINGS_BASE.
Definition at line 191 of file panel_mouse_settings.cpp.
References getScrollModSet(), isScrollModSetValid(), m_currentScrollMod, and PANEL_MOUSE_SETTINGS_BASE::m_scrollWarning.
|
overrideprotectedvirtual |
Reimplemented from PANEL_MOUSE_SETTINGS_BASE.
Definition at line 284 of file panel_mouse_settings.cpp.
References PANEL_MOUSE_SETTINGS_BASE::m_checkEnablePanH, m_currentScrollMod, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panHReverse, SCROLL_MOD_SET::panv, updateScrollModButtons(), SCROLL_MOD_SET::zoom, and SCROLL_MOD_SET::zoomReverse.
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 133 of file panel_mouse_settings.cpp.
References applySettingsToPanel(), and JSON_SETTINGS::ResetToDefaults().
|
overrideprotected |
Definition at line 76 of file panel_mouse_settings.cpp.
References _, COMMON_SETTINGS::INPUT::auto_pan, COMMON_SETTINGS::INPUT::auto_pan_acceleration, COMMON_SETTINGS::INPUT::center_on_zoom, COMMON_SETTINGS::INPUT::drag_left, COMMON_SETTINGS::INPUT::drag_middle, COMMON_SETTINGS::INPUT::drag_right, PGM_BASE::GetCommonSettings(), PAGED_DIALOG::GetDialog(), getScrollModSet(), COMMON_SETTINGS::INPUT::horizontal_pan, isScrollModSetValid(), PANEL_MOUSE_SETTINGS_BASE::m_autoPanSpeed, PANEL_MOUSE_SETTINGS_BASE::m_checkAutoPan, PANEL_MOUSE_SETTINGS_BASE::m_checkAutoZoomSpeed, PANEL_MOUSE_SETTINGS_BASE::m_checkEnablePanH, PANEL_MOUSE_SETTINGS_BASE::m_checkPanHReverse, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomAcceleration, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomCenter, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomReverse, PANEL_MOUSE_SETTINGS_BASE::m_choiceLeftButtonDrag, PANEL_MOUSE_SETTINGS_BASE::m_choiceMiddleButtonDrag, PANEL_MOUSE_SETTINGS_BASE::m_choiceRightButtonDrag, m_currentScrollMod, COMMON_SETTINGS::m_Input, PANEL_MOUSE_SETTINGS_BASE::m_zoomSpeed, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panv, Pgm(), COMMON_SETTINGS::INPUT::reverse_scroll_pan_h, COMMON_SETTINGS::INPUT::reverse_scroll_zoom, COMMON_SETTINGS::INPUT::scroll_modifier_pan_h, COMMON_SETTINGS::INPUT::scroll_modifier_pan_v, COMMON_SETTINGS::INPUT::scroll_modifier_zoom, PAGED_DIALOG::SetError(), SCROLL_MOD_SET::zoom, COMMON_SETTINGS::INPUT::zoom_acceleration, COMMON_SETTINGS::INPUT::zoom_speed, and COMMON_SETTINGS::INPUT::zoom_speed_auto.
|
overrideprotected |
Definition at line 66 of file panel_mouse_settings.cpp.
References applySettingsToPanel(), PGM_BASE::GetCommonSettings(), and Pgm().
|
private |
Definition at line 241 of file panel_mouse_settings.cpp.
References PANEL_MOUSE_SETTINGS_BASE::m_checkPanHReverse, PANEL_MOUSE_SETTINGS_BASE::m_checkZoomReverse, m_currentScrollMod, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHNone, PANEL_MOUSE_SETTINGS_BASE::m_rbPanHShift, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVNone, PANEL_MOUSE_SETTINGS_BASE::m_rbPanVShift, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomAlt, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomCtrl, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomNone, PANEL_MOUSE_SETTINGS_BASE::m_rbZoomShift, SCROLL_MOD_SET::panh, SCROLL_MOD_SET::panHReverse, SCROLL_MOD_SET::panv, SCROLL_MOD_SET::zoom, and SCROLL_MOD_SET::zoomReverse.
Referenced by applySettingsToPanel(), onMouseDefaults(), and onTrackpadDefaults().
|
protectedinherited |
Definition at line 55 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 47 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 52 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 92 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), onMouseDefaults(), onTrackpadDefaults(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 91 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), TransferDataFromWindow(), and updateScrollModButtons().
|
protectedinherited |
Definition at line 48 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 46 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 79 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), TransferDataFromWindow(), and updateScrollModButtons().
|
protectedinherited |
Definition at line 59 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 61 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 63 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().
|
private |
Definition at line 69 of file panel_mouse_settings.h.
Referenced by applySettingsToPanel(), onMouseDefaults(), OnScrollRadioButton(), onTrackpadDefaults(), TransferDataFromWindow(), and updateScrollModButtons().
|
protectedinherited |
Definition at line 56 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 72 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 70 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 58 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 93 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 53 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 44 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 90 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 88 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 87 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 89 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 84 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 82 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 81 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 83 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 78 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 76 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 75 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 77 of file panel_mouse_settings_base.h.
Referenced by getScrollModSet(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), updateScrollModButtons(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 64 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 67 of file panel_mouse_settings_base.h.
Referenced by OnScrollRadioButton(), and PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 45 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 65 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 57 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 50 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 74 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 80 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 69 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 73 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 68 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 86 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 66 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 85 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 54 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 60 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 62 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 71 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 94 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and PANEL_MOUSE_SETTINGS_BASE::~PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 49 of file panel_mouse_settings_base.h.
Referenced by PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE().
|
protectedinherited |
Definition at line 51 of file panel_mouse_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_MOUSE_SETTINGS_BASE::PANEL_MOUSE_SETTINGS_BASE(), and TransferDataFromWindow().