Documents > BPS V2 C++ API
bpsmdeplugin.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSMDEPLUGIN_H
00005 #define BPSMDEPLUGIN_H
00006 
00007 #include "bpscore_global.h"
00008 #include <QtPlugin>
00009 
00010 class BpsMdeApplication;
00011 class QCoreApplication;
00012 
00016 class BPSCORE_EXPORT BpsMdePlugin
00017 {
00018 public:
00023     virtual ~BpsMdePlugin();
00024 
00031     virtual BpsMdeApplication* createApplication(QCoreApplication* aCoreApplication) = 0;
00032 };
00033 
00034 Q_DECLARE_INTERFACE(BpsMdePlugin, "com.ibk-software.BPS2.BpsMdePlugin/1.0")
00035 
00036 #endif // BPSMDEPLUGIN_H