tomwer.gui.reconstruction.scores.scoreplot.VariableScorePlot#
- class tomwer.gui.reconstruction.scores.scoreplot.VariableScorePlot(parent, backend=None)#
- MARKER_COLOR = '#ff292199'#
- clear()#
Remove everything from the plot.
- onMouseWheel(xPixel, yPixel, angleInDegrees)#
Handle mouse wheel event.
- Parameters:
xPixel – X mouse position in pixels
yPixel – Y mouse position in pixels
angleInDegrees – Angle corresponding to wheel motion. Positive for movement away from the user, negative for movement toward the user.
- sigMouseWheelActive#
emit when the mouse wheel get activated
- wheelEvent(self, a0: QWheelEvent | None)#