#include <SLPluginRegister.hpp>
Collaboration diagram for SLPluginRegister:
Public Member Functions | |
void | registerPlugin (const SLPlugin *plugin) |
SLPluginFeature * | getFeature (SLPluginFeature::Type::Types type, const SLString *name=NULL) throw (NotFoundException) |
void | shutdown () throw (SLPluginDynLoader::IOException) |
see the Plugins module for details.
|
This function allow to request features from plugins.
|
|
This function should be called with SL_PLUGIN_REGISTER see the Plugins Module |
|
This method should be the last call of the program. It unloads all previously registerred plugins. |