![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRASIcon.h>
Public Member Functions | |
FXRASIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1) | |
virtual bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual | ~FXRASIcon () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
FX::FXRASIcon::FXRASIcon | ( | FXApp * | a, | |
const void * | pix = NULL , |
|||
FXColor | clr = FXRGB(192, 192, 192) , |
|||
FXuint | opts = 0 , |
|||
FXint | w = 1 , |
|||
FXint | h = 1 | |||
) |
Construct icon from memory stream formatted in SUN Raster Image format.
virtual FX::FXRASIcon::~FXRASIcon | ( | ) | [virtual] |
Destroy icon.
virtual bool FX::FXRASIcon::savePixels | ( | FXStream & | store | ) | const [virtual] |
virtual bool FX::FXRASIcon::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXRASIcon::fileExt[] [static] |
const FXchar FX::FXRASIcon::mimeType[] [static] |
![]() |