32 bool isEnable()
const;
39 void setEnable(
bool on =
true);
42 virtual bool eventFilter(QObject* obj, QEvent* e)
override;
46 virtual bool handleMousePress(
QwtPlot* bindPlot, QMouseEvent* e);
47 virtual bool handleMouseMove(
QwtPlot* bindPlot, QMouseEvent* e);
48 virtual bool handleMouseRelease(
QwtPlot* bindPlot, QMouseEvent* e);
49 virtual bool handleWheelEvent(
QwtPlot* bindPlot, QWheelEvent* e);