![]() |
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 FXbool | savePixels (FXStream &store) const |
virtual FXbool | loadPixels (FXStream &store) |
virtual | ~FXTIFIcon () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
static const FXbool | 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.
const FXchar FX::FXTIFIcon::fileExt[] [static] |
const FXchar FX::FXTIFIcon::mimeType[] [static] |
const FXbool FX::FXTIFIcon::supported [static] |
True if format is supported.
![]() |