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

FX::FXICOImage Class Reference

ICO (Microsoft icon format) graphics file. More...

#include <FXICOImage.h>

Inheritance diagram for FX::FXICOImage:

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

Public Member Functions

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

Static Public Attributes

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

Detailed Description

ICO (Microsoft icon format) graphics file.


Constructor & Destructor Documentation

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

Construct image from memory stream formatted in Microsoft icon format.

virtual FX::FXICOImage::~FXICOImage  )  [virtual]
 

Destroy image.


Member Function Documentation

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

Save pixels into stream in Microsoft icon format.

Reimplemented from FX::FXImage.

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

Load pixels from stream in Microsoft icon format.

Reimplemented from FX::FXImage.


Member Data Documentation

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

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

Copyright © 1997-2005 Jeroen van der Zijp