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