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