eVaf
|
Internal implementation of the plugin manager. More...
#include <Plugins/pluginmanager_p.h>
Public Member Functions | |
void | done () |
Finalizes the private plugin manager object. More... | |
bool | init () |
Initializes the private plugin manager object. More... | |
bool | loadPlugins () |
Loads and initializes plugins. More... | |
PluginManagerPrivate () | |
Ctr. More... | |
void | unloadPlugins () |
Finalizes and unloads plugins. More... | |
virtual | ~PluginManagerPrivate () |
Dtr. More... | |
Internal implementation of the plugin manager.
Definition at line 41 of file pluginmanager_p.h.
eVaf::Plugins::Internal::PluginManagerPrivate::PluginManagerPrivate | ( | ) |
Ctr.
|
virtual |
Dtr.
void eVaf::Plugins::Internal::PluginManagerPrivate::done | ( | ) |
Finalizes the private plugin manager object.
bool eVaf::Plugins::Internal::PluginManagerPrivate::init | ( | ) |
Initializes the private plugin manager object.
bool eVaf::Plugins::Internal::PluginManagerPrivate::loadPlugins | ( | ) |
Loads and initializes plugins.
void eVaf::Plugins::Internal::PluginManagerPrivate::unloadPlugins | ( | ) |
Finalizes and unloads plugins.