Documents > BPS V2 C++ API
BpsMdePlugin Class Reference

Virtual class for MDE plugins. More...

#include <bpsmdeplugin.h>

List of all members.

Public Member Functions

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

Detailed Description

Virtual class for MDE plugins.


Member Function Documentation

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:
[in]aCoreApplicationThe core application and parent object.
Returns:
Pointer to new application object.

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