Virtual class for MDE plugins. More...
#include <bpsmdeplugin.h>
Public Member Functions | |
virtual BpsMdeApplication * | createApplication (QCoreApplication *aCoreApplication)=0 |
Create the application object and return a pointer to it. More... | |
virtual | ~BpsMdePlugin () |
Default destructor to satisfy compiler in case the plugin implementation does not declare a destructor. | |
Related Functions | |
(Note that these are not member functions.) | |
#define | BpsMdePlugin_IID "com.ibk-software.BPS2.BpsMdePlugin/1.0" |
IID of the plugin. | |
Virtual class for MDE plugins.
|
pure virtual |
Create the application object and return a pointer to it.
The returned object must be derived from BpsMdeApplication.
aCoreApplication | The core application and parent object. |