![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXGIFImage.h>
Public Member Functions | |
FXGIFImage (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 | ~FXGIFImage () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
FX::FXGIFImage::FXGIFImage | ( | FXApp * | a, | |
const void * | pix = NULL , |
|||
FXuint | opts = 0 , |
|||
FXint | w = 1 , |
|||
FXint | h = 1 | |||
) |
Construct an image from memory stream formatted as CompuServe GIF format.
virtual FX::FXGIFImage::~FXGIFImage | ( | ) | [virtual] |
Destroy.
virtual bool FX::FXGIFImage::savePixels | ( | FXStream & | store | ) | const [virtual] |
virtual bool FX::FXGIFImage::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXGIFImage::fileExt[] [static] |
const FXchar FX::FXGIFImage::mimeType[] [static] |
![]() |