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
bool fxsaveRAS(FXStream &store, const FXColor *data, FXint width, FXint height)
Save an SUN Raster Image format file to a stream.
#define FXAPI
Definition: fxdefs.h:122
bool fxloadRAS(FXStream &store, FXColor *&data, FXint &width, FXint &height)
Load an SUN Raster Image format file from a stream.
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
FXuint FXColor
Definition: fxdefs.h:454
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
SUN Raster Image format.
Definition: FXRASImage.h:35
int FXint
Definition: fxdefs.h:397
bool fxcheckRAS(FXStream &store)
Check if stream contains a RAS, return TRUE if so.
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92