43 static const FXchar fileExt[];
44 static const FXchar mimeType[];
48 FXEXEIcon(
FXApp* a,
const FXuchar *pix=
nullptr,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXint h=1,FXint ri=-1,FXint rt=3);
63 virtual FXbool savePixels(
FXStream& store)
const;
66 virtual FXbool loadPixels(
FXStream& store);
79 extern FXAPI FXbool fxcheckEXE(FXStream& store);
85 extern FXAPI FXbool fxloadEXE(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint type,FXint
id);
Icon from resource in Microsoft Windows executable.
Definition: FXEXEIcon.h:32
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
void setResId(FXint ri)
Set resource id to load.
Definition: FXEXEIcon.h:57
Definition: FX4Splitter.h:28
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
void setResType(FXint rt)
Set resource group (type) to load from.
Definition: FXEXEIcon.h:51
FXint getResId() const
Get resource id.
Definition: FXEXEIcon.h:60
FXint getResType() const
Get resource group (type)
Definition: FXEXEIcon.h:54