This class loads the binary plugin (if any) based on its metadata.
More...
#include <dcpappletplugin.h>
List of all members.
Detailed Description
This class loads the binary plugin (if any) based on its metadata.
Constructor & Destructor Documentation
creates an applet from the metadata and loads the plugin
Equivalent with DcpAppletPlugin(metadata, true).
creates an applet from the metadata
Depending on the value of tryLoad this constructor tries to load the plugin's library as well.
DcpAppletPlugin::~DcpAppletPlugin |
( |
|
) |
[virtual] |
Member Function Documentation
- Returns:
- The applet interface of the applet loader.
Returns the applet interface, the interface object created by the applet if the applet loaded successfully. Returns NULL if the applet was not loaded. Please note that this method might return NULL!
const QString DcpAppletPlugin::errorMsg |
( |
|
) |
const |
- Returns:
- the error message string describes the problem why the applet was not loaded. Returns the empty string if the applet was loaded successfully.
int DcpAppletPlugin::interfaceVersion |
( |
|
) |
const |
bool DcpAppletPlugin::isAppletLoaded |
( |
|
) |
const |
void DcpAppletPlugin::load |
( |
|
) |
[protected, virtual] |
bool DcpAppletPlugin::loadDslFile |
( |
const QString & |
dslPath |
) |
[protected, virtual] |
bool DcpAppletPlugin::loadPluginFile |
( |
const QString & |
binaryPath |
) |
[protected, virtual] |
- Returns:
- the metadata of the applet
void DcpAppletPlugin::setDefaultLoadHints |
( |
int |
hints |
) |
[static] |
Friends And Related Function Documentation
friend class Ut_DcpAppletPlugin [friend] |
The documentation for this class was generated from the following files: