KiCad PCB EDA Suite
|
Contains the set of modified mouse wheel actions that can be performed on a simulator plot. More...
#include <sim_preferences.h>
Static Public Member Functions | |
static SIM_MOUSE_WHEEL_ACTION_SET | GetMouseDefaults () |
static SIM_MOUSE_WHEEL_ACTION_SET | GetTrackpadDefaults () |
Contains the set of modified mouse wheel actions that can be performed on a simulator plot.
Definition at line 55 of file sim_preferences.h.
|
inlinestatic |
Definition at line 66 of file sim_preferences.h.
References horizontal, vertical_unmodified, vertical_with_alt, vertical_with_ctrl, and vertical_with_shift.
Referenced by PANEL_SIMULATOR_PREFERENCES::onMouseDefaults(), and PANEL_SIMULATOR_PREFERENCES::ResetPanel().
|
inlinestatic |
Definition at line 79 of file sim_preferences.h.
References horizontal, vertical_unmodified, vertical_with_alt, vertical_with_ctrl, and vertical_with_shift.
Referenced by PANEL_SIMULATOR_PREFERENCES::onTrackpadDefaults().
SIM_MOUSE_WHEEL_ACTION SIM_MOUSE_WHEEL_ACTION_SET::horizontal |
Definition at line 64 of file sim_preferences.h.
Referenced by PANEL_SIMULATOR_PREFERENCES::applyMouseScrollActionsToPanel(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), GetMouseDefaults(), and GetTrackpadDefaults().
SIM_MOUSE_WHEEL_ACTION SIM_MOUSE_WHEEL_ACTION_SET::vertical_unmodified |
Definition at line 60 of file sim_preferences.h.
Referenced by PANEL_SIMULATOR_PREFERENCES::applyMouseScrollActionsToPanel(), SIM_PLOT_TAB::convertMouseWheelActions(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), GetMouseDefaults(), GetTrackpadDefaults(), and PANEL_SIMULATOR_PREFERENCES::TransferDataFromWindow().
SIM_MOUSE_WHEEL_ACTION SIM_MOUSE_WHEEL_ACTION_SET::vertical_with_alt |
Definition at line 63 of file sim_preferences.h.
Referenced by PANEL_SIMULATOR_PREFERENCES::applyMouseScrollActionsToPanel(), SIM_PLOT_TAB::convertMouseWheelActions(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), GetMouseDefaults(), and GetTrackpadDefaults().
SIM_MOUSE_WHEEL_ACTION SIM_MOUSE_WHEEL_ACTION_SET::vertical_with_ctrl |
Definition at line 61 of file sim_preferences.h.
Referenced by PANEL_SIMULATOR_PREFERENCES::applyMouseScrollActionsToPanel(), SIM_PLOT_TAB::convertMouseWheelActions(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), GetMouseDefaults(), and GetTrackpadDefaults().
SIM_MOUSE_WHEEL_ACTION SIM_MOUSE_WHEEL_ACTION_SET::vertical_with_shift |
Definition at line 62 of file sim_preferences.h.
Referenced by PANEL_SIMULATOR_PREFERENCES::applyMouseScrollActionsToPanel(), SIM_PLOT_TAB::convertMouseWheelActions(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), GetMouseDefaults(), and GetTrackpadDefaults().