![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
The DDS Image class is a convenience class for working with images in the Direct Draw Surface (DDS) file format. More...
#include <FXDDSImage.h>
Public Member Functions | |
| FXDDSImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1) | |
| Construct image from memory stream formatted in DDS format. | |
| virtual FXbool | savePixels (FXStream &store) const |
| Save pixels into stream in DDS format. | |
| virtual FXbool | loadPixels (FXStream &store) |
| Load pixels from stream in DDS format. | |
| virtual | ~FXDDSImage () |
| Destroy icon. | |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
The DDS Image class is a convenience class for working with images in the Direct Draw Surface (DDS) file format.
|
|