Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iImageFileLoader Struct Reference
[Common Plugin Classes]
An image file loader.
More...
#include <csplugincommon/imageloader/commonimagefile.h>
Inheritance diagram for iImageFileLoader:

Public Member Functions | |
virtual bool | LoadData ()=0 |
Do the loading. | |
virtual csRef< iDataBuffer > | GetRawData ()=0 |
Return "raw data" (if supported). | |
virtual csLoaderDataType | GetDataType ()=0 |
Return type of raw data. | |
virtual int | GetWidth ()=0 |
Query width. | |
virtual int | GetHeight ()=0 |
Query height. | |
virtual int | GetFormat ()=0 |
Query format. | |
virtual void | ApplyTo (csImageMemory *image)=0 |
Copy the image data into an image object. |
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. |
|
Return "raw data" (if supported).
Implemented in csCommonImageFileLoader. |
|
Query width.
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.3.9.1