ClanLib
2.3.7
|
Class template to register a provider type. More...
#include <provider_type_register.h>
Public Member Functions | |
Construction | |
CL_ProviderType_Register (const CL_String &type) | |
Registers provider type in the CL_ProviderFactory. More... | |
Operations | |
virtual CL_PixelBuffer | load (const CL_String &filename, const CL_VirtualDirectory &directory) |
Called to load an image with this provider type. More... | |
virtual CL_PixelBuffer | load (CL_IODevice &file) |
virtual void | save (CL_PixelBuffer buffer, const CL_String &filename, CL_VirtualDirectory &directory) |
Called to save a given PixelBuffer to a file. More... | |
virtual void | save (CL_PixelBuffer buffer, CL_IODevice &file) |
Class template to register a provider type.
|
inline |
Registers provider type in the CL_ProviderFactory.
|
inlinevirtual |
Called to load an image with this provider type.
Implements CL_ImageProviderType.
|
inlinevirtual |
Implements CL_ImageProviderType.
|
inlinevirtual |
Called to save a given PixelBuffer to a file.
Implements CL_ImageProviderType.
|
inlinevirtual |
Implements CL_ImageProviderType.