PluginMgr::RegisterImageExportPlugin
Defined in:
Registers an image export plugin.
C4Plugins.h
Prototype
void RegisterImageExportPlugin(ImageExportPlugin *plugin);
Description
The RegisterImageExportPlugin
function registers an image export plugin with the Plugin Manager. All image export plugins are kept in a list that can be accessed by calling the PluginMgr::GetImageExportPluginList
function.
See Also