BPS C++ API  2.24.4
BpsMdePlugin Class Referenceabstract

Virtual class for MDE plugins. More...

#include <bpsmdeplugin.h>

Public Member Functions

virtual BpsMdeApplicationcreateApplication (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.
 

Detailed Description

Virtual class for MDE plugins.

Member Function Documentation

◆ createApplication()

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.

Parameters
aCoreApplicationThe core application and parent object.
Returns
Pointer to new application object.

The documentation for this class was generated from the following file: