eVaf
|
One iPlugin interface object. More...
#include <Plugins/pluginmanager_p.h>
Public Member Functions | |
void | done () |
Uninitializes the plugin. More... | |
bool | init () |
Initializes the plugin. More... | |
bool | load () |
Loads the plugin. More... | |
QString const & | name () const |
The name of the plugin. More... | |
Plugin (Module *module, QString const &name, QString const &args) | |
Ctr. More... | |
iPlugin * | plugin () const |
The iPlugin interface. More... | |
void | unload () |
Unloads the plugin. More... | |
~Plugin () | |
Dtr. More... | |
One iPlugin interface object.
This class is a wrapper around the plugin.
Definition at line 161 of file pluginmanager_p.h.
eVaf::Plugins::Internal::Plugin::Plugin | ( | Module * | module, |
QString const & | name, | ||
QString const & | args | ||
) |
eVaf::Plugins::Internal::Plugin::~Plugin | ( | ) |
Dtr.
void eVaf::Plugins::Internal::Plugin::done | ( | ) |
Uninitializes the plugin.
bool eVaf::Plugins::Internal::Plugin::init | ( | ) |
Initializes the plugin.
bool eVaf::Plugins::Internal::Plugin::load | ( | ) |
Loads the plugin.
|
inline |
The name of the plugin.
Definition at line 180 of file pluginmanager_p.h.
|
inline |
The iPlugin interface.
Definition at line 177 of file pluginmanager_p.h.
void eVaf::Plugins::Internal::Plugin::unload | ( | ) |
Unloads the plugin.