QXRD  0.11.16
qxrdareadetectorplugin.h
Go to the documentation of this file.
1 #ifndef QXRDAREADETECTORPLUGIN_H
2 #define QXRDAREADETECTORPLUGIN_H
3 
4 #include <QObject>
6 
7 class QxrdAreaDetectorPlugin : public QObject, public QxrdDetectorPluginInterface
8 {
9  Q_OBJECT
10 #if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
11  Q_PLUGIN_METADATA(IID DetectorPluginInterface_iid FILE "areaDetector.json")
12 #endif
13  Q_INTERFACES(QxrdDetectorPluginInterface)
14 
15 public:
17 
18  QString name() const;
19 };
20 
21 #endif // QXRDAREADETECTORPLUGIN_H
#define DetectorPluginInterface_iid