Crazy Eddies GUI System  0.7.7
Public Member Functions
CEGUI::CoronaImageCodec Class Reference

Image codec based on the Corona library. More...

+ Inheritance diagram for CEGUI::CoronaImageCodec:
+ Collaboration diagram for CEGUI::CoronaImageCodec:

List of all members.

Public Member Functions

Textureload (const RawDataContainer &data, Texture *result)
 Load an image from a memory buffer.
- Public Member Functions inherited from CEGUI::ImageCodec
virtual ~ImageCodec ()
 Destructor.
const StringgetIdentifierString () const
 Return the name of the image codec object.
const StringgetSupportedFormat () 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

Detailed Description

Image codec based on the Corona library.


Member Function Documentation

Texture* CEGUI::CoronaImageCodec::load ( const RawDataContainer data,
Texture result 
)
virtual

Load an image from a memory buffer.

Parameters:
datathe image data
resultthe texture to use for storing the image data
Returns:
result on success or 0 if the load failed

Implements CEGUI::ImageCodec.