Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXJPGIcon.h>
Inheritance diagram for FX::FXJPGIcon:
Public Member Functions | |
FXJPGIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1, FXint q=75) | |
void | setQuality (FXint q) |
FXint | getQuality () const |
virtual bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual | ~FXJPGIcon () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
static const bool | supported |
|
Construct an icon from memory stream formatted in JPEG format.
|
|
Destroy.
|
|
Set image quality to save with.
|
|
Get image quality setting.
|
|
Save pixels into stream in JPEG format.
Reimplemented from FX::FXImage. |
|
Load pixels from stream in JPEG format.
Reimplemented from FX::FXImage. |
|
|
|
|
|
True if format is supported.
|
Copyright © 1997-2005 Jeroen van der Zijp |