![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPCXImage.h>

Public Member Functions | |
| FXPCXImage (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 | ~FXPCXImage () |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
| FX::FXPCXImage::FXPCXImage | ( | FXApp * | a, | |
| const void * | pix = NULL, |
|||
| FXuint | opts = 0, |
|||
| FXint | w = 1, |
|||
| FXint | h = 1 | |||
| ) |
Construct image from memory stream formatted in PCX file.
| virtual FX::FXPCXImage::~FXPCXImage | ( | ) | [virtual] |
Destroy icon.
| virtual bool FX::FXPCXImage::savePixels | ( | FXStream & | store | ) | const [virtual] |
| virtual bool FX::FXPCXImage::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXPCXImage::fileExt[] [static] |
const FXchar FX::FXPCXImage::mimeType[] [static] |
|
|