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

FX::FXXBMImage Class Reference

X Bitmap image. More...

#include <FXXBMImage.h>

Inheritance diagram for FX::FXXBMImage:

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

Public Member Functions

 FXXBMImage (FXApp *a, const FXuchar *pixels=NULL, const FXuchar *mask=NULL, FXuint opts=0, FXint w=1, FXint h=1)
virtual bool savePixels (FXStream &store) const
virtual bool loadPixels (FXStream &store)
virtual ~FXXBMImage ()

Static Public Attributes

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

Detailed Description

X Bitmap image.


Constructor & Destructor Documentation

FX::FXXBMImage::FXXBMImage FXApp a,
const FXuchar pixels = NULL,
const FXuchar mask = NULL,
FXuint  opts = 0,
FXint  w = 1,
FXint  h = 1
 

Construct image from memory stream formatted in X Bitmap format.

virtual FX::FXXBMImage::~FXXBMImage  )  [virtual]
 

Destroy icon.


Member Function Documentation

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

Save pixels into stream in X Bitmap format.

Reimplemented from FX::FXImage.

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

Load pixels from stream in X Bitmap format.

Reimplemented from FX::FXImage.


Member Data Documentation

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

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

Copyright © 1997-2005 Jeroen van der Zijp