KFbxPluginContainer
#include<kfbxplugincontainer.h>

Inheritance diagram for KFbxPluginContainer:

Inheritance graph
[legend]

List of all members.

Detailed Description

Used to register plug-ins.

Definition at line59of filekfbxplugincontainer.h.


Public Member Functions

Public interface
void Register(KFbxPlugin&pPlugin)
 Plug-ins has the responsibility to register them selves to their loading strategy.
void Unregister(KFbxPlugin&pPlugin)
 Unregister a previously registered plugin.
const PluginList& GetPlugins() const
 Constant accessor to the list of plug-ins owned by the strategy.
PluginList& GetPlugins()
 Non-Constant accessor to the list of plug-ins owned by the strategy.

Member Function Documentation

void Register(KFbxPluginpPlugin ) 

Plug-ins has the responsibility to register them selves to their loading strategy.

It is done by executing a registration via this method

Parameters:
pPlugin Reference to plug-in to be registered

void Unregister(KFbxPluginpPlugin ) 

Unregister a previously registered plugin.

Parameters:
pPlugin Reference to plug-in to be unregistered

const KFbxPluginContainer::PluginList&GetPlugins( ) const[inline]

Constant accessor to the list of plug-ins owned by the strategy.

Returns:
List of plug-ins

Definition at line98of filekfbxplugincontainer.h.

KFbxPluginContainer::PluginList&GetPlugins( ) [inline]

Non-Constant accessor to the list of plug-ins owned by the strategy.

Returns:
List of plug-ins

Definition at line103of filekfbxplugincontainer.h.