![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXPPMImage.h>
Public Member Functions | |
FXPPMImage (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 | ~FXPPMImage () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
Portable Pixmap Image.
FX::FXPPMImage::FXPPMImage | ( | FXApp * | a, |
const void * | pix = NULL , |
||
FXuint | opts = 0 , |
||
FXint | w = 1 , |
||
FXint | h = 1 |
||
) |
Construct icon from memory stream formatted in Portable Pixmap format.
virtual FX::FXPPMImage::~FXPPMImage | ( | ) | [virtual] |
Destroy icon.
virtual bool FX::FXPPMImage::savePixels | ( | FXStream & | store | ) | const [virtual] |
Save pixels into stream in Portable Pixmap format.
Reimplemented from FX::FXImage.
virtual bool FX::FXPPMImage::loadPixels | ( | FXStream & | store | ) | [virtual] |
Load pixels from stream in Portable Pixmap format.
Reimplemented from FX::FXImage.
const FXchar FX::FXPPMImage::fileExt[] [static] |
const FXchar FX::FXPPMImage::mimeType[] [static] |
![]() |