37 #define BpsMdePlugin_IID "com.ibk-software.BPS2.BpsMdePlugin/1.0"
Public include file for BPS CORE library macros.
#define BPSCORE_EXPORT
Declare class to be an import from the shared library.
Definition: bpscore_global.h:22
Virtual class for MDE applications.
Definition: bpsmdeapplication.h:21
Virtual class for MDE plugins.
Definition: bpsmdeplugin.h:17
#define BpsMdePlugin_IID
IID of the plugin.
Definition: bpsmdeplugin.h:37
virtual ~BpsMdePlugin()
Default destructor to satisfy compiler in case the plugin implementation does not declare a destructo...
virtual BpsMdeApplication * createApplication(QCoreApplication *aCoreApplication)=0
Create the application object and return a pointer to it.