50 bool eventFilter(QObject *, QEvent *)
override;
51 void setThreshold(
int threshold);
52 int threshold()
const;
54 void setAcceptMouseClick(QWidget *target);
56 bool handleMousePress(QEvent* event, QPoint location);
57 bool handleMouseMove(QEvent* event, QPoint location);
58 bool handleMouseRelease(QEvent* event, QPoint location);
59 void setScrollOffset(QPoint point);
65 QAbstractScrollArea* m_widget;