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