|
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 940 of file mathplot.h.
| MouseWheelAction mpWindow::MouseWheelActionSet::horizontal |
Definition at line 951 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalUnmodified |
Definition at line 947 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithAlt |
Definition at line 950 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithCtrl |
Definition at line 948 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithShift |
Definition at line 949 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().