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 FXbool savePixels (FXStream &store) const
virtual FXbool 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 FXbool FX::FXICOImage::savePixels ( FXStream store  )  const [virtual]

Save pixels into stream in Microsoft icon format.

Reimplemented from FX::FXImage.

virtual FXbool 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-2009 Jeroen van der Zijp