#include<kfbxplugincontainer.h>
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. | |
| void Register | ( | KFbxPlugin& | pPlugin | ) |
Plug-ins has the responsibility to register them selves to their loading strategy.
It is done by executing a registration via this method
| pPlugin | Reference to plug-in to be registered |
| void Unregister | ( | KFbxPlugin& | pPlugin | ) |
Unregister a previously registered plugin.
| 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.
Definition at line98of filekfbxplugincontainer.h.
| KFbxPluginContainer::PluginList&GetPlugins | ( | ) | [inline] |
Non-Constant accessor to the list of plug-ins owned by the strategy.
Definition at line103of filekfbxplugincontainer.h.