Nemiver  0.3
Classes | Public Types | Public Member Functions | Friends | List of all members
nemiver::common::Plugin Class Reference

#include <nmv-plugin.h>

Inheritance diagram for nemiver::common::Plugin:
nemiver::common::Object

Classes

class  Descriptor
 
class  EntryPoint
 

Public Types

typedef SafePtr< Descriptor, ObjectRef, ObjectUnrefDescriptorSafePtr
 
typedef SafePtr< EntryPoint, ObjectRef, ObjectUnrefEntryPointSafePtr
 

Public Member Functions

virtual ~Plugin ()
 
DescriptorSafePtr descriptor ()
 
void descriptor (const DescriptorSafePtr &a_desc)
 
EntryPointentry_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 &)
 
Objectoperator= (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< ObjectPrivm_priv
 

Member Typedef Documentation

◆ DescriptorSafePtr

◆ EntryPointSafePtr

Constructor & Destructor Documentation

◆ ~Plugin()

virtual nemiver::common::Plugin::~Plugin ( )
virtual

Member Function Documentation

◆ activate()

void nemiver::common::Plugin::activate ( bool  a_activate,
ObjectSafePtr a_activation_context 
)

◆ descriptor() [1/2]

DescriptorSafePtr nemiver::common::Plugin::descriptor ( )

◆ descriptor() [2/2]

void nemiver::common::Plugin::descriptor ( const DescriptorSafePtr a_desc)

◆ entry_point()

EntryPoint& nemiver::common::Plugin::entry_point ( )

◆ entry_point_ptr()

EntryPointSafePtr nemiver::common::Plugin::entry_point_ptr ( )

◆ is_activated()

bool nemiver::common::Plugin::is_activated ( )

Friends And Related Function Documentation

◆ PluginManager

friend class PluginManager
friend

The documentation for this class was generated from the following file: