|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for ImageCodec_wrapper:
Collaboration diagram for ImageCodec_wrapper:Public Member Functions | |
| ImageCodec_wrapper (::CEGUI::String const &name) | |
| virtual ::CEGUI::Texture * | load (::CEGUI::RawDataContainer const &data,::CEGUI::Texture *result) |
Public Member Functions inherited from CEGUI::ImageCodec | |
| virtual | ~ImageCodec () |
| Destructor. | |
| const String & | getIdentifierString () const |
| Return the name of the image codec object. More... | |
| const String & | getSupportedFormat () const |
| Return the list of image file format supported. More... | |
| virtual Texture * | load (const RawDataContainer &data, Texture *result)=0 |
| Load an image from a memory buffer. More... | |
| virtual | ~ImageCodec () |
| Destructor. | |
| const String & | getIdentifierString () const |
| Return the name of the image codec object. More... | |
| const String & | getSupportedFormat () const |
| Return the list of image file format supported. More... | |
| virtual Texture * | load (const RawDataContainer &data, Texture *result)=0 |
| Load an image from a memory buffer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from CEGUI::ImageCodec | |
| ImageCodec (const String &name) | |
| ImageCodec (const String &name) | |
Protected Attributes inherited from CEGUI::ImageCodec | |
| String | d_supportedFormat |
| list all image file format supported | |