42 static const FXchar fileExt[];
43 static const FXchar mimeType[];
47 FXEXEImage(
FXApp* a,
const FXuchar *pix=
nullptr,FXuint opts=0,FXint w=1,FXint h=1,FXint ri=-1,FXint rt=3);
62 virtual FXbool savePixels(
FXStream& store)
const;
65 virtual FXbool loadPixels(
FXStream& store);
78 extern FXAPI FXbool fxcheckEXE(FXStream& store);
84 extern FXAPI FXbool fxloadEXE(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint type,FXint
id);
FXint getResType() const
Get resource group (type)
Definition: FXEXEImage.h:53
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
void setResId(FXint ri)
Set resource id to load.
Definition: FXEXEImage.h:56
Bitmap from resource in Microsoft Windows executable.
Definition: FXEXEImage.h:31
FXint getResId() const
Get resource id.
Definition: FXEXEImage.h:59
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
void setResType(FXint rt)
Set resource group (type) to load from.
Definition: FXEXEImage.h:50