File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1717if TYPE_CHECKING :
1818 import numpy as np
1919
20- from plotpy .items .curve .base import CurveItem
21- from plotpy .items .image .base import BaseImageItem
2220 from plotpy .panels .base import PanelWidget
2321 from plotpy .plot .plotwidget import PlotDialog , PlotWindow
2422
@@ -178,15 +176,6 @@ def mouse_event_at_relative_plot_pos(
178176 qapp .sendEvent (canvas , mouse_event )
179177
180178
181- # def mouse_wheel_event_at_relative_pos(
182- # win: PlotDialog | PlotWindow,
183- # qapp: QW.QApplication,
184- # relative_xy: tuple[float, float],
185- # click_types: tuple[QC.QEvent.Type, ...] = (QC.QEvent.Type.MouseButtonPress,),
186- # mod=QC.Qt.KeyboardModifier.NoModifier,
187- # ) -> None:
188-
189-
190179def drag_mouse (
191180 win : PlotWindow ,
192181 qapp : QW .QApplication ,
You can’t perform that action at this time.
0 commit comments