iImageFileLoader Struct Reference
[Common Plugin Classes]
An image file loader.
More...
#include <csplugincommon/imageloader/commonimagefile.h>
Inheritance diagram for iImageFileLoader:

Public Member Functions | |
| virtual void | ApplyTo (csImageMemory *image)=0 |
| Copy the image data into an image object. | |
| virtual csLoaderDataType | GetDataType ()=0 |
| Return type of raw data. | |
| virtual int | GetFormat ()=0 |
| Query format. | |
| virtual int | GetHeight ()=0 |
| Query height. | |
| virtual void | GetKeyColor (int &r, int &g, int &b) const =0 |
| Query keycolor. | |
| virtual csRef< iDataBuffer > | GetRawData ()=0 |
| Return "raw data" (if supported). | |
| virtual int | GetWidth ()=0 |
| Query width. | |
| virtual bool | HasKeyColor () const =0 |
| Query whether a keycolor is set. | |
| virtual bool | LoadData ()=0 |
| Do the loading. | |
Detailed Description
An image file loader.Handles the decoding of an image.
Definition at line 63 of file commonimagefile.h.
Member Function Documentation
| virtual void iImageFileLoader::ApplyTo | ( | csImageMemory * | image | ) | [pure virtual] |
Copy the image data into an image object.
| virtual csLoaderDataType iImageFileLoader::GetDataType | ( | ) | [pure virtual] |
Return type of raw data.
| virtual int iImageFileLoader::GetFormat | ( | ) | [pure virtual] |
Query format.
| virtual int iImageFileLoader::GetHeight | ( | ) | [pure virtual] |
Query height.
| virtual void iImageFileLoader::GetKeyColor | ( | int & | r, | |
| int & | g, | |||
| int & | b | |||
| ) | const [pure virtual] |
Query keycolor.
| virtual csRef<iDataBuffer> iImageFileLoader::GetRawData | ( | ) | [pure virtual] |
Return "raw data" (if supported).
| virtual int iImageFileLoader::GetWidth | ( | ) | [pure virtual] |
Query width.
| virtual bool iImageFileLoader::HasKeyColor | ( | ) | const [pure virtual] |
Query whether a keycolor is set.
| virtual bool iImageFileLoader::LoadData | ( | ) | [pure virtual] |
Do the loading.
The documentation for this struct was generated from the following file:
- csplugincommon/imageloader/commonimagefile.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
