PluginMgr::GetImageExportPluginList
Defined in:
Returns the list of registered image export plugins.
C4Plugins.h
Prototype
const List<ImageExportPlugin> *GetImageExportPluginList(void) const;
Description
The GetImageExportPluginList
function returns a pointer to the Plugin Manager's list of registered image export plugins.
See Also