QDaq
0.2.6
Qt-based Data Aqcuisition
Main Page
Related Pages
Modules
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Groups
Pages
lib
core
qdaqplugin.h
1
#ifndef QDAQPLUGIN_H
2
#define QDAQPLUGIN_H
3
4
#include <QtPlugin>
5
#include <QMetaObject>
6
7
class
QDaqPlugin
8
{
9
public
:
10
virtual
~QDaqPlugin() {}
11
12
13
virtual
QList<const QMetaObject *> pluginClasses()
const
= 0;
14
};
15
16
#define QDaqPluginIID "org.qdaq.plugin"
17
18
Q_DECLARE_INTERFACE(QDaqPlugin, QDaqPluginIID)
19
20
#endif // QDAQPLUGIN_H
Generated on Mon Jun 15 2020 17:03:20 for QDaq by
1.8.5