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

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