![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRASImage.h>
Public Member Functions | |
FXRASImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1) | |
virtual bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual | ~FXRASImage () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
SUN Raster Image format.
FX::FXRASImage::FXRASImage | ( | FXApp * | a, |
const void * | pix = NULL , |
||
FXuint | opts = 0 , |
||
FXint | w = 1 , |
||
FXint | h = 1 |
||
) |
Construct image from memory stream formatted in SUN Raster Image format.
virtual FX::FXRASImage::~FXRASImage | ( | ) | [virtual] |
Destroy icon.
virtual bool FX::FXRASImage::savePixels | ( | FXStream & | store | ) | const [virtual] |
Save pixels into stream in SUN Raster Image format.
Reimplemented from FX::FXImage.
virtual bool FX::FXRASImage::loadPixels | ( | FXStream & | store | ) | [virtual] |
Load pixels from stream in SUN Raster Image format.
Reimplemented from FX::FXImage.
const FXchar FX::FXRASImage::fileExt[] [static] |
const FXchar FX::FXRASImage::mimeType[] [static] |
![]() |