CSIILGIFFileDriver Class Reference



Your Ad Here

GIF file loader class. More...

#include <SIILGIFFileDriver.h>

Inheritance diagram for CSIILGIFFileDriver:

CSIBCPixMapDriver List of all members.

Public Member Functions

  CSIILGIFFileDriver ()
virtual  ~CSIILGIFFileDriver ()
virtual SI_Bool  Supported (CSIBCString &in_Filename)
virtual SI_Error  Load (CSIBCString &in_filename, CSIBCPixMap &in_PixMap)

Static Public Member Functions

static CSIILGIFFileDriver Driver ()

Detailed Description

GIF file loader class.


Constructor & Destructor Documentation

CSIILGIFFileDriver (  ) 

Constructor

Returns:
an instance of CSIILGIFFileDriver

virtual ~CSIILGIFFileDriver (  )  [virtual]

Destructor


Member Function Documentation

virtual SI_Bool Supported ( CSIBCString in_Filename  )  [virtual]

tells whether the extension passed in the string is supported by this driver

Parameters:
in_Filename  file name to check
Returns:
SI_Bool
Return values:
TRUE  if this file is supported
FALSE  if this file is not supported

Implements CSIBCPixMapDriver.

virtual SI_Error Load ( CSIBCString in_filename,
CSIBCPixMap &  in_PixMap  
) [virtual]

Loads a bitmap file into a CSIBCPixMap object

Parameters:
in_filename  bitmap file name
in_PixMap  CSIBCPixMap object to load the file into
Returns:
SI_Error
Return values:
SI_SUCCESS  loading has been succesful
SI_ERR_ERROR_MSG  loading has failed
SI_FILE_NOT_FOUND  the file has not been found

Implements CSIBCPixMapDriver.

static CSIILGIFFileDriver* Driver (  )  [static]

returns the global GIF loader instance

Returns:
CSIILGIFFileDriver*


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

Return to Softimage XSI Index


Your Ad Here