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

FX::FXIFFImage Class Reference

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

#include <FXIFFImage.h>

Inheritance diagram for FX::FXIFFImage:

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

Public Member Functions

 FXIFFImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1)
virtual FXbool savePixels (FXStream &store) const
virtual FXbool loadPixels (FXStream &store)
virtual ~FXIFFImage ()

Static Public Attributes

const FXchar fileExt []

Detailed Description

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


Constructor & Destructor Documentation

FX::FXIFFImage::FXIFFImage FXApp a,
const void *  pix = NULL,
FXuint  opts = 0,
FXint  w = 1,
FXint  h = 1
 

Construct an image from memory stream formatted as IFF format.

virtual FX::FXIFFImage::~FXIFFImage  )  [virtual]
 

Destroy.


Member Function Documentation

virtual FXbool FX::FXIFFImage::savePixels FXStream store  )  const [virtual]
 

Save pixels into stream in IFF format.

Reimplemented from FX::FXImage.

virtual FXbool FX::FXIFFImage::loadPixels FXStream store  )  [virtual]
 

Load pixels from stream in IFF format.

Reimplemented from FX::FXImage.

Copyright © 1997-2005 Jeroen van der Zijp