30 bool isEnable()
const;
36 void setEnable(
bool on =
true);
39 virtual bool eventFilter(QObject* obj, QEvent* e)
override;
43 virtual bool handleMousePress(
QwtPlot* bindPlot, QMouseEvent* e);
44 virtual bool handleMouseMove(
QwtPlot* bindPlot, QMouseEvent* e);
45 virtual bool handleMouseRelease(
QwtPlot* bindPlot, QMouseEvent* e);
46 virtual bool handleWheelEvent(
QwtPlot* bindPlot, QWheelEvent* e);