Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
virtual ::CEGUI::Texture * | load (::CEGUI::RawDataContainer const &data, ::CEGUI::Texture *result) |
::CEGUI::Texture * | default_load (::CEGUI::RawDataContainer const &data, ::CEGUI::Texture *result) |
![]() | |
OgreImageCodec () | |
Constructor. | |
void | setImageFileDataType (const String &type) |
Set the file-type identifier that will be used for future load operations. More... | |
const String & | getImageFileDataType () const |
Return the string descibing the currently set file type. | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. More... | |
OgreImageCodec () | |
Constructor. | |
void | setImageFileDataType (const String &type) |
Set the file-type identifier that will be used for future load operations. More... | |
const String & | getImageFileDataType () const |
Return the string descibing the currently set file type. | |
Texture * | load (const RawDataContainer &data, Texture *result) |
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 | ~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... | |
Additional Inherited Members | |
![]() | |
ImageCodec (const String &name) | |
ImageCodec (const String &name) | |
![]() | |
String | d_dataTypeID |
Holds currently set file data type specifier (i.e. the file extension). | |
![]() | |
String | d_supportedFormat |
list all image file format supported | |