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. | |
| virtual | ~BpsMdePlugin () |
| Default destructor to satisfy compiler in case the plugin implementation does not declare a destructor. | |
Virtual class for MDE plugins.
| virtual BpsMdeApplication* BpsMdePlugin::createApplication | ( | QCoreApplication * | aCoreApplication | ) | [pure virtual] |
Create the application object and return a pointer to it.
The returned object must be derived from BpsMdeApplication.
| [in] | aCoreApplication | The core application and parent object. |