| 
    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 930 of file mathplot.h.
| MouseWheelAction mpWindow::MouseWheelActionSet::horizontal | 
Definition at line 941 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalUnmodified | 
Definition at line 937 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithAlt | 
Definition at line 940 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithCtrl | 
Definition at line 938 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().
| MouseWheelAction mpWindow::MouseWheelActionSet::verticalWithShift | 
Definition at line 939 of file mathplot.h.
Referenced by SIM_PLOT_TAB::convertMouseWheelActions(), and mpWindow::defaultMouseWheelActions().