MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / widgetWheelEvent

Method widgetWheelEvent

pj_plotting/widget/src/PlotMagnifier.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void PlotMagnifier::widgetWheelEvent(QWheelEvent* event) {
111 mouse_position_ = invTransform(event->position().toPoint());
112 QwtPlotMagnifier::widgetWheelEvent(event);
113}
114
115void PlotMagnifier::widgetMousePressEvent(QMouseEvent* event) {
116 mouse_position_ = invTransform(event->pos());

Callers 1

eventFilterMethod · 0.45

Calls 2

toPointMethod · 0.45
positionMethod · 0.45

Tested by

no test coverage detected