![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXXBMImage.h>
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 [] |
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.
virtual bool FX::FXXBMImage::savePixels | ( | FXStream & | store | ) | const [virtual] |
virtual bool FX::FXXBMImage::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXXBMImage::fileExt[] [static] |
const FXchar FX::FXXBMImage::mimeType[] [static] |
![]() |