iImageFileLoader Struct Reference
[Common Plugin Classes, 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 61 of file commonimagefile.h.
Member Function Documentation
|
Copy the image data into an image object.
Implemented in csCommonImageFileLoader. |
|
Return type of raw data.
Implemented in csCommonImageFileLoader. |
|
Query format.
Implemented in csCommonImageFileLoader. |
|
Query height.
Implemented in csCommonImageFileLoader. |
|
Query keycolor.
Implemented in csCommonImageFileLoader. |
|
Return "raw data" (if supported).
Implemented in csCommonImageFileLoader. |
|
Query width.
Implemented in csCommonImageFileLoader. |
|
Query whether a keycolor is set.
Implemented in csCommonImageFileLoader. |
|
Do the loading.
|
The documentation for this struct was generated from the following file:
- csplugincommon/imageloader/commonimagefile.h
Generated for Crystal Space by doxygen 1.4.4