43 static const FXchar fileExt[];
55 virtual bool savePixels(
FXStream& store)
const;
58 virtual bool loadPixels(
FXStream& store);
61 virtual ~FXGIFCursor(){}
char FXchar
Definition: fxdefs.h:380
#define FXAPI
Definition: fxdefs.h:122
bool fxcheckGIF(FXStream &store)
Check if stream contains a GIF, return TRUE if so.
GIF Cursor class.
Definition: FXGIFCursor.h:35
Application Object.
Definition: FXApp.h:158
FXuint FXColor
Definition: fxdefs.h:447
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
bool fxsaveGIF(FXStream &store, const FXColor *data, FXint width, FXint height, bool fast=true)
Save an GIF (Graphics Interchange Format) file to a stream.
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
Cursor class.
Definition: FXCursor.h:68
bool fxloadGIF(FXStream &store, FXColor *&data, FXint &width, FXint &height)
Load an GIF (Graphics Interchange Format) file from a stream.
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92