![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXTIFIcon.h>
Public Member Functions | |
| FXTIFIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1) | |
| void | setCodec (FXuint c) |
| FXuint | getCodec () const |
| virtual bool | savePixels (FXStream &store) const |
| virtual bool | loadPixels (FXStream &store) |
| virtual | ~FXTIFIcon () |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
| static const bool | supported |
| FX::FXTIFIcon::FXTIFIcon | ( | FXApp * | a, | |
| const void * | pix = NULL, |
|||
| FXColor | clr = FXRGB(192, 192, 192), |
|||
| FXuint | opts = 0, |
|||
| FXint | w = 1, |
|||
| FXint | h = 1 | |||
| ) |
Construct an icon from memory stream formatted in TIFF format.
| virtual FX::FXTIFIcon::~FXTIFIcon | ( | ) | [virtual] |
Destroy.
| void FX::FXTIFIcon::setCodec | ( | FXuint | c | ) | [inline] |
Set codec to save with.
| FXuint FX::FXTIFIcon::getCodec | ( | ) | const [inline] |
Get codec setting.
| virtual bool FX::FXTIFIcon::savePixels | ( | FXStream & | store | ) | const [virtual] |
| virtual bool FX::FXTIFIcon::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXTIFIcon::fileExt[] [static] |
const FXchar FX::FXTIFIcon::mimeType[] [static] |
const bool FX::FXTIFIcon::supported [static] |
True if format is supported.
|
|