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

FX::FXPCXIcon Class Reference

PCX icon. More...

#include <FXPCXIcon.h>

Inheritance diagram for FX::FXPCXIcon:

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

Public Member Functions

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

Detailed Description

PCX icon.


Constructor & Destructor Documentation

FX::FXPCXIcon::FXPCXIcon FXApp a,
const void *  pix = NULL,
FXColor  clr = FXRGB(192, 192, 192),
FXuint  opts = 0,
FXint  w = 1,
FXint  h = 1
 

Construct icon from memory stream formatted in PCX file format.

virtual FX::FXPCXIcon::~FXPCXIcon  )  [virtual]
 

Destroy icon.


Member Function Documentation

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

Save pixels into stream in PCX file format.

Reimplemented from FX::FXImage.

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

Load pixels from stream in PCX file format.

Reimplemented from FX::FXImage.

Copyright © 1997-2004 Jeroen van der Zijp