QXRD  0.11.16
qxrdhistogramselector.h
Go to the documentation of this file.
1 #ifndef QXRDHISTOGRAMSELECTOR_H
2 #define QXRDHISTOGRAMSELECTOR_H
3 
4 #include "qcepplotmeasurer.h"
5 
7 {
8  Q_OBJECT
9 public:
10  explicit QxrdHistogramSelector(QWidget *canvas, QcepPlot *plot);
11 
12 signals:
13 
14 public slots:
15 
16 };
17 
18 #endif // QXRDHISTOGRAMSELECTOR_H
QxrdHistogramSelector(QWidget *canvas, QcepPlot *plot)