source: pacpussensors/trunk/CameraViewer/VislabComponentPlugin.h

Last change on this file was 141, checked in by ldecherf, 7 years ago

Ajout du composant CameraViewer (input pour le composant Vislab)

File size: 744 bytes
Line 
1// Autogenerated file by PacpusUtilities.cmake
2// DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
3
4#ifndef __VISLABCOMPONENTPLUGIN_H__
5#define __VISLABCOMPONENTPLUGIN_H__
6
7#include <QObject>
8#include <qplugin.h>
9
10#include <Pacpus/kernel/PacpusPluginInterface.h>
11
12/// Auto-generated plugin class
13class VislabComponentPlugin
14 : public QObject
15 , public PacpusPluginInterface
16{
17 Q_OBJECT
18 //Qt5 Plugins Macro
19 Q_PLUGIN_METADATA(IID "pacpus.VislabComponentPlugin" FILE "VislabComponentPlugin.json")
20 Q_INTERFACES(PacpusPluginInterface)
21
22public:
23 VislabComponentPlugin();
24 ~VislabComponentPlugin();
25
26protected:
27 QString name();
28};
29
30#endif // __VISLABCOMPONENTPLUGIN_H__
Note: See TracBrowser for help on using the repository browser.