Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXTIFIcon Class Reference

TIFF Icon class.

#include <FXTIFIcon.h>

Inheritance diagram for FX::FXTIFIcon:

FX::FXIcon FX::FXImage FX::FXDrawable FX::FXId FX::FXObject List of all members.

Public Methods

 FXTIFIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1)
 Construct an icon from memory stream formatted in TIFF format.

void setCodec (FXuint c)
 Set codec to save with.

FXuint getCodec () const
 Get codec setting.

virtual FXbool savePixels (FXStream &store) const
 Save pixels into stream in TIFF format.

virtual FXbool loadPixels (FXStream &store)
 Load pixels from stream in TIFF format.

virtual ~FXTIFIcon ()
 Destroy.