QXRD  0.11.16
qxrdhistogramdata.h
Go to the documentation of this file.
1 #ifndef QXRDHISTOGRAMDATA_H
2 #define QXRDHISTOGRAMDATA_H
3 
4 #include "qcepmacros.h"
5 #include "qcepobject.h"
6 
8 {
9  Q_OBJECT
10 public:
11  explicit QxrdHistogramData(QcepObject *parent = 0);
12 
13 signals:
14 
15 public slots:
16 };
17 
18 #endif // QXRDHISTOGRAMDATA_H
QxrdHistogramData(QcepObject *parent=0)