42 static const FXchar fileExt[];
52 virtual bool savePixels(
FXStream& store)
const;
55 virtual bool loadPixels(
FXStream& store);
58 virtual ~FXCURCursor();
bool fxsaveICO(FXStream &store, const FXColor *data, FXint width, FXint height, FXint xspot=-1, FXint yspot=-1)
Save an ICO (Microsoft icon format) file to a stream.
char FXchar
Definition: fxdefs.h:387
bool fxcheckICO(FXStream &store)
Check if stream contains a ICO, return TRUE if so.
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
FXuint FXColor
Definition: fxdefs.h:454
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
int FXint
Definition: fxdefs.h:397
Cursor class.
Definition: FXCursor.h:68
bool fxloadICO(FXStream &store, FXColor *&data, FXint &width, FXint &height, FXint &xspot, FXint &yspot)
Load an ICO (Microsoft icon format) file from a stream.
CUR Cursor class.
Definition: FXCURCursor.h:34
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92