ClanLib  2.3.7
List of all members
CL_PCXProvider Class Reference

Surface provider that can load PCX files. More...

#include <pcx_provider.h>

Static Public Member Functions

Construction
static CL_PixelBuffer load (const CL_String &filename, const CL_VirtualDirectory &directory)
 Called to load an image with this provider type. More...
 
static CL_PixelBuffer load (const CL_String &fullname)
 
static CL_PixelBuffer load (CL_IODevice &file)
 
static void save (CL_PixelBuffer buffer, const CL_String &filename, CL_VirtualDirectory &directory)
 
static void save (CL_PixelBuffer buffer, const CL_String &fullname)
 
static void save (CL_PixelBuffer buffer, CL_IODevice &file)
 

Detailed Description

Surface provider that can load PCX files.

Member Function Documentation

static CL_PixelBuffer CL_PCXProvider::load ( const CL_String filename,
const CL_VirtualDirectory directory 
)
static

Called to load an image with this provider type.

Parameters
filenameName of the file to load.
directoryDirectory that file name is relative to.
static CL_PixelBuffer CL_PCXProvider::load ( const CL_String fullname)
static
static CL_PixelBuffer CL_PCXProvider::load ( CL_IODevice file)
static
static void CL_PCXProvider::save ( CL_PixelBuffer  buffer,
const CL_String filename,
CL_VirtualDirectory directory 
)
static
static void CL_PCXProvider::save ( CL_PixelBuffer  buffer,
const CL_String fullname 
)
static
static void CL_PCXProvider::save ( CL_PixelBuffer  buffer,
CL_IODevice file 
)
static

The documentation for this class was generated from the following file: