|
Nemiver
0.3
|
#include <nmv-plugin.h>
Public Member Functions | |
| PluginManager (DynamicModuleManager &a_module_manager) | |
| virtual | ~PluginManager () |
| PluginSafePtr | load_plugin_from_path (const UString &a_plugin_path, std::vector< PluginSafePtr > &a_deps) |
| PluginSafePtr | load_plugin_from_name (const UString &a_name, std::vector< PluginSafePtr > &a_deps) |
| bool | load_plugins () |
| std::vector< UString > & | plugins_search_path () |
| void | entry_point_loader (Plugin::EntryPoint::LoaderSafePtr &a_loader) |
| Plugin::EntryPoint::LoaderSafePtr | entry_point_loader () |
| std::map< UString, PluginSafePtr > & | plugins_map () |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (Object const &) |
| virtual | ~Object () |
| void | ref () |
| void | unref () |
| void | enable_refcount (bool a_enabled=true) |
| bool | is_refcount_enabled () const |
| long | get_refcount () const |
| void | attach_object (const UString &a_key, const Object *a_object) |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
| nemiver::common::PluginManager::PluginManager | ( | DynamicModuleManager & | a_module_manager | ) |
|
virtual |
| Plugin::EntryPoint::LoaderSafePtr nemiver::common::PluginManager::entry_point_loader | ( | ) |
| void nemiver::common::PluginManager::entry_point_loader | ( | Plugin::EntryPoint::LoaderSafePtr & | a_loader | ) |
| PluginSafePtr nemiver::common::PluginManager::load_plugin_from_name | ( | const UString & | a_name, |
| std::vector< PluginSafePtr > & | a_deps | ||
| ) |
| PluginSafePtr nemiver::common::PluginManager::load_plugin_from_path | ( | const UString & | a_plugin_path, |
| std::vector< PluginSafePtr > & | a_deps | ||
| ) |
| bool nemiver::common::PluginManager::load_plugins | ( | ) |
| std::map<UString, PluginSafePtr>& nemiver::common::PluginManager::plugins_map | ( | ) |
| std::vector<UString>& nemiver::common::PluginManager::plugins_search_path | ( | ) |
1.8.17