gazetk / GazeTkHub / Plugins / DeviceEyetrackerTobii / deviceeyetrackertobii.h @ 6faeae08
History | View | Annotate | Download (427 Bytes)
1 | 6faeae08 | Thies Pfeiffer | #ifndef DEVICEEYETRACKERTOBII_H
|
---|---|---|---|
2 | #define DEVICEEYETRACKERTOBII_H
|
||
3 | |||
4 | #include <QGenericPlugin> |
||
5 | |||
6 | |||
7 | class DeviceEyetrackerTobii : public QGenericPlugin |
||
8 | { |
||
9 | Q_OBJECT |
||
10 | #if QT_VERSION >= 0x050000 |
||
11 | Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface" FILE "DeviceEyetrackerTobii.json") |
||
12 | #endif // QT_VERSION >= 0x050000 |
||
13 | |||
14 | public: |
||
15 | DeviceEyetrackerTobii(QObject *parent = 0);
|
||
16 | }; |
||
17 | |||
18 | #endif // DEVICEEYETRACKERTOBII_H |