43 static const FXchar fileExt[];
44 static const FXchar mimeType[];
51 virtual bool savePixels(
FXStream& store)
const;
54 virtual bool loadPixels(
FXStream& store);
char FXchar
Definition: fxdefs.h:387
unsigned int FXuint
Definition: fxdefs.h:396
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
#define FXRGB(r, g, b)
Make RGB color.
Definition: fxdefs.h:579
#define NULL
Definition: fxdefs.h:41
IRIS RGB icon.
Definition: FXRGBIcon.h:35
FXuint FXColor
Definition: fxdefs.h:454
bool fxcheckRGB(FXStream &store)
Check if stream contains a RGB, return TRUE if so.
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
bool fxsaveRGB(FXStream &store, const FXColor *data, FXint width, FXint height)
Save an RGB (SGI IRIS RGB) file to a stream.
int FXint
Definition: fxdefs.h:397
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
bool fxloadRGB(FXStream &store, FXColor *&data, FXint &width, FXint &height)
Load an RGB (SGI IRIS RGB) file from a stream.
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92