43 bool isEnable()
const;
50 void setEnable(
bool on =
true);
53 virtual bool eventFilter(QObject* obj, QEvent* e)
override;
57 virtual bool handleMousePress(
QwtPlot* bindPlot, QMouseEvent* e);
58 virtual bool handleMouseMove(
QwtPlot* bindPlot, QMouseEvent* e);
59 virtual bool handleMouseRelease(
QwtPlot* bindPlot, QMouseEvent* e);
60 virtual bool handleWheelEvent(
QwtPlot* bindPlot, QWheelEvent* e);