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 (float) – X mouse position in pixels

  • yPixel (float) – Y mouse position in pixels

  • angleInDegrees (float) – 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)#