|
Crazy Eddie's GUI System 0.8.7
|
Image codec based on the SILLY library. More...
#include <ImageCodec.h>
Inheritance diagram for CEGUI::SILLYImageCodec:
Collaboration diagram for CEGUI::SILLYImageCodec:Public Member Functions | |
| Texture * | load (const RawDataContainer &data, Texture *result) |
| Load an image from a memory buffer. | |
Public Member Functions inherited from CEGUI::ImageCodec | |
| virtual | ~ImageCodec () |
| Destructor. | |
| const String & | getIdentifierString () const |
| Return the name of the image codec object. | |
| const String & | getSupportedFormat () const |
| Return the list of image file format supported. | |
Additional Inherited Members | |
Protected Member Functions inherited from CEGUI::ImageCodec | |
| ImageCodec (const String &name) | |
Protected Attributes inherited from CEGUI::ImageCodec | |
| String | d_supportedFormat |
| list all image file format supported | |
Image codec based on the SILLY library.
|
virtual |
Load an image from a memory buffer.
| data | the image data |
| result | the texture to use for storing the image data |
Implements CEGUI::ImageCodec.