qpidctrl  0.7.1
qpidplotzoomer.h
Go to the documentation of this file.
1 #ifndef QPIDPLOTZOOMER_H
2 #define QPIDPLOTZOOMER_H
3 
4 #include "qwt_plot_zoomer.h"
5 #include "qwt_plot_canvas.h"
6 
7 class QPidPlotZoomer : public QwtPlotZoomer
8 {
9  Q_OBJECT
10 public:
11  explicit QPidPlotZoomer(QWidget *canvas);
12 
13 public:
14  virtual QwtText trackerText(const QPointF &pos) const;
15 
16 signals:
17 
18 public slots:
19 
20 };
21 
22 #endif // QPIDPLOTZOOMER_H
virtual QwtText trackerText(const QPointF &pos) const
QPidPlotZoomer(QWidget *canvas)