csCommonImageFileLoader Class Reference
[Common Plugin Classes]
Base image loader implementation.
More...
#include <csplugincommon/imageloader/commonimagefile.h>
Inheritance diagram for csCommonImageFileLoader:

Public Member Functions | |
virtual csRef< iDataBuffer > | GetRawData () |
Return "raw data" (if supported). | |
virtual csLoaderDataType | GetDataType () |
Return type of raw data. | |
virtual int | GetWidth () |
Query width. | |
virtual int | GetHeight () |
Query height. | |
virtual int | GetFormat () |
Query format. | |
virtual void | ApplyTo (csImageMemory *image) |
Copy the image data into an image object. |
Detailed Description
Base image loader implementation.
Definition at line 82 of file commonimagefile.h.
Member Function Documentation
|
Copy the image data into an image object.
Implements iImageFileLoader. |
|
Return type of raw data.
Implements iImageFileLoader. Definition at line 104 of file commonimagefile.h. References csLoaderDataType. |
|
Query format.
Implements iImageFileLoader. Definition at line 108 of file commonimagefile.h. |
|
Query height.
Implements iImageFileLoader. Definition at line 107 of file commonimagefile.h. |
|
Return "raw data" (if supported).
Implements iImageFileLoader. Definition at line 102 of file commonimagefile.h. |
|
Query width.
Implements iImageFileLoader. Definition at line 106 of file commonimagefile.h. |
The documentation for this class was generated from the following file:
- csplugincommon/imageloader/commonimagefile.h
Generated for Crystal Space by doxygen 1.3.9.1