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

FX::FXIFFIcon Class Reference

The IFF Icon provides support for the EA/Amiga Image File Format. More...

#include <FXIFFIcon.h>

Inheritance diagram for FX::FXIFFIcon:

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

Public Member Functions

 FXIFFIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1)
virtual bool savePixels (FXStream &store) const
virtual bool loadPixels (FXStream &store)
virtual ~FXIFFIcon ()

Static Public Attributes

static const FXchar fileExt []
static const FXchar mimeType []

Detailed Description

The IFF Icon provides support for the EA/Amiga Image File Format.


Constructor & Destructor Documentation

FX::FXIFFIcon::FXIFFIcon 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 as IFF format.

virtual FX::FXIFFIcon::~FXIFFIcon  )  [virtual]
 

Destroy.


Member Function Documentation

virtual bool FX::FXIFFIcon::savePixels FXStream store  )  const [virtual]
 

Save pixels into stream in IFF format.

Reimplemented from FX::FXImage.

virtual bool FX::FXIFFIcon::loadPixels FXStream store  )  [virtual]
 

Load pixels from stream in IFF format.

Reimplemented from FX::FXImage.


Member Data Documentation

const FXchar FX::FXIFFIcon::fileExt[] [static]
 

const FXchar FX::FXIFFIcon::mimeType[] [static]
 

Copyright © 1997-2005 Jeroen van der Zijp