#include <SIILBMPFileDriver.h>
Inheritance diagram for CSIILBMPFileDriver:

Public Member Functions |
|
| CSIILBMPFileDriver () | |
| virtual | ~CSIILBMPFileDriver () |
| virtual SI_Bool | Supported (CSIBCString &in_Filename) |
| virtual SI_Error | Load (CSIBCString &in_filename, CSIBCPixMap &in_PixMap) |
Static Public Member Functions |
|
| static CSIILBMPFileDriver * | Driver () |
Destructor
| virtual SI_Bool Supported | ( | CSIBCString & | in_Filename | ) | [virtual] |
tells whether the extension passed in the string is supported by this driver
| in_Filename | file name to check |
| TRUE | if this file is supported | |
| FALSE | if this file is not supported |
Implements CSIBCPixMapDriver.
Loads a bitmap file into a CSIBCPixMap object
| in_filename | bitmap file name | |
| in_PixMap | CSIBCPixMap object to load the file into |
| 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.
returns the global BMP loader instance