QXRD  0.11.16
qcepplotzoomer.h
Go to the documentation of this file.
1 #ifndef QCEPPLOTZOOMER_H
2 #define QCEPPLOTZOOMER_H
3 
4 #include <qwt_plot_zoomer.h>
5 #include "qcepplot.h"
6 
7 class QcepPlotZoomer : public QwtPlotZoomer
8 {
9  Q_OBJECT
10 
11 public:
12  QcepPlotZoomer(QWidget *canvas, QcepPlot *plot);
13 
14 public:
15  virtual QwtText trackerTextF(const QPointF &pos) const;
16 
17 private:
19 };
20 
21 #endif // QCEPPLOTZOOMER_H
QcepPlotZoomer(QWidget *canvas, QcepPlot *plot)
QcepPlot * m_Plot
virtual QwtText trackerTextF(const QPointF &pos) const