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