![]() |
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 FXbool | savePixels (FXStream &store) const |
virtual FXbool | loadPixels (FXStream &store) |
virtual | ~FXRASImage () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
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.
const FXchar FX::FXRASImage::fileExt[] [static] |
const FXchar FX::FXRASImage::mimeType[] [static] |
![]() |