|
KiCad PCB EDA Suite
|
Contains the set of modified mouse wheel actions that can be performed on the plot. More...
#include <mathplot.h>
Public Attributes | |
| MouseWheelAction | verticalUnmodified |
| MouseWheelAction | verticalWithCtrl |
| MouseWheelAction | verticalWithShift |
| MouseWheelAction | verticalWithAlt |
| MouseWheelAction | horizontal |
Contains the set of modified mouse wheel actions that can be performed on the plot.
Definition at line 973 of file mathplot.h.
| MouseWheelAction mpWindow::MouseWheelActionSet::horizontal |
Definition at line 984 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalUnmodified |
Definition at line 980 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithAlt |
Definition at line 983 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithCtrl |
Definition at line 981 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithShift |
Definition at line 982 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().