|
Nemiver
0.3
|
#include <nmv-plugin.h>
Classes | |
| class | Descriptor |
| class | EntryPoint |
Public Types | |
| typedef SafePtr< Descriptor, ObjectRef, ObjectUnref > | DescriptorSafePtr |
| typedef SafePtr< EntryPoint, ObjectRef, ObjectUnref > | EntryPointSafePtr |
Public Member Functions | |
| virtual | ~Plugin () |
| DescriptorSafePtr | descriptor () |
| void | descriptor (const DescriptorSafePtr &a_desc) |
| EntryPoint & | entry_point () |
| EntryPointSafePtr | entry_point_ptr () |
| void | activate (bool a_activate, ObjectSafePtr &a_activation_context) |
| bool | is_activated () |
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) |
Friends | |
| class | PluginManager |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
|
virtual |
| void nemiver::common::Plugin::activate | ( | bool | a_activate, |
| ObjectSafePtr & | a_activation_context | ||
| ) |
| DescriptorSafePtr nemiver::common::Plugin::descriptor | ( | ) |
| void nemiver::common::Plugin::descriptor | ( | const DescriptorSafePtr & | a_desc | ) |
| EntryPoint& nemiver::common::Plugin::entry_point | ( | ) |
| EntryPointSafePtr nemiver::common::Plugin::entry_point_ptr | ( | ) |
| bool nemiver::common::Plugin::is_activated | ( | ) |
|
friend |
1.8.17