|
Nemiver
0.3
|
#include <nmv-plugin.h>
Classes | |
| class | Loader |
Public Types | |
| typedef SafePtr< Loader, ObjectRef, ObjectUnref > | LoaderSafePtr |
Public Member Functions | |
| bool | build_absolute_resource_path (const UString &a_relative_path, std::string &a_absolute_path) |
| const UString & | plugin_path () |
| virtual | ~EntryPoint () |
| DescriptorSafePtr | descriptor () |
Public Member Functions inherited from nemiver::common::DynModIface | |
| DynModIface (DynamicModuleSafePtr &a_dynmod) | |
| DynModIface (DynamicModule *a_dynmod) | |
| DynamicModule & | get_dynamic_module () const |
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) |
Protected Member Functions | |
| Plugin::EntryPoint::LoaderSafePtr | plugin_entry_point_loader () |
| void | plugin_entry_point_loader (Plugin::EntryPoint::LoaderSafePtr &) |
| EntryPoint (DynamicModuleSafePtr &a_module) | |
| EntryPoint (DynamicModule *a_module) | |
| virtual void | activate (bool a_activate, ObjectSafePtr &a_activation_context) |
| virtual bool | is_activated () |
| void | descriptor (DescriptorSafePtr &a_desc) |
Friends | |
| class | Plugin |
| class | PluginManager |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
|
protected |
|
protected |
|
virtual |
|
protectedvirtual |
| bool nemiver::common::Plugin::EntryPoint::build_absolute_resource_path | ( | const UString & | a_relative_path, |
| std::string & | a_absolute_path | ||
| ) |
| DescriptorSafePtr nemiver::common::Plugin::EntryPoint::descriptor | ( | ) |
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
| const UString& nemiver::common::Plugin::EntryPoint::plugin_path | ( | ) |
|
friend |
|
friend |
1.8.17