QXRD  0.11.16
qxrdpilatusplugin.h
Go to the documentation of this file.
1 #ifndef QXRDPILATUSPLUGIN_H
2 #define QXRDPILATUSPLUGIN_H
3 
4 #include <QObject>
6 
7 class QxrdPilatusPlugin : 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 "pilatus.json")
12 #endif
13  Q_INTERFACES(QxrdDetectorPluginInterface)
14 
15 public:
17 
18  QString name() const;
19 };
20 
21 #endif // QXRDPILATUSPLUGIN_H
QString name() const
#define DetectorPluginInterface_iid