images::PluginLibraryImpl Class Reference

Implement Plugin Library object for images plugin. More...

#include <library_impl.h>

Inheritance diagram for images::PluginLibraryImpl:
Inheritance graph
[legend]
Collaboration diagram for images::PluginLibraryImpl:
Collaboration graph
[legend]

Public Member Functions

 PluginLibraryImpl ()
 ~PluginLibraryImpl ()

Detailed Description

Implement Plugin Library object for images plugin.

Definition at line 41 of file images/plugin_impl/library_impl.h.


Constructor & Destructor Documentation

images::PluginLibraryImpl::PluginLibraryImpl (  ) 

Definition at line 43 of file images/plugin_impl/library_impl.cpp.

References utils::ObjectTable< T >::add_interface(), IPluginLibrary::create_document, IPluginLibrary::is_supported_document, _IPluginUnknown::query_interface, and _IPluginUnknown::release.

00044 {
00045     // Initialize all interface method pointers.
00046     query_interface         = query_interface_impl;
00047     release                 = release_impl;
00048     is_supported_document   = is_supported_document_impl;
00049     create_document         = create_document_impl;
00050 
00051     // record the instance.
00052     g_instances_table.add_interface<IPluginUnknown>(this);
00053     g_instances_table.add_interface<IPluginLibrary>(this);
00054 }

Here is the call graph for this function:

images::PluginLibraryImpl::~PluginLibraryImpl (  ) 

Definition at line 56 of file images/plugin_impl/library_impl.cpp.

References utils::ObjectTable< T >::remove().

00057 {
00058     g_instances_table.remove(this);
00059 }

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.2-20100208