43 static const FXchar fileExt[];
44 static const FXchar mimeType[];
48 FXDDSIcon(
FXApp* a,
const FXuchar *pix=
nullptr,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXint h=1);
51 virtual FXbool savePixels(
FXStream& store)
const;
54 virtual FXbool loadPixels(
FXStream& store);
67 extern FXAPI FXbool fxcheckDDS(
FXStream& store);
75 extern FXAPI FXbool fxloadDDS(
FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& depth);
80 extern FXAPI FXbool fxsaveDDS(
FXStream& store,FXColor* data,FXint width,FXint height,FXint depth);
The DDS Icon class is a convenience class for working with icons in the Direct Draw Surface (DDS) fil...
Definition: FXDDSIcon.h:35
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
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42