![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXXBMIcon.h>
Public Member Functions | |
FXXBMIcon (FXApp *a, const FXuchar *pixels=NULL, const FXuchar *mask=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 | ~FXXBMIcon () |
Static Public Attributes | |
static const FXchar | fileExt [] |
static const FXchar | mimeType [] |
FX::FXXBMIcon::FXXBMIcon | ( | FXApp * | a, | |
const FXuchar * | pixels = NULL , |
|||
const FXuchar * | mask = NULL , |
|||
FXColor | clr = FXRGB(192, 192, 192) , |
|||
FXuint | opts = 0 , |
|||
FXint | w = 1 , |
|||
FXint | h = 1 | |||
) |
Construct icon from memory stream formatted in X Bitmap format.
virtual FX::FXXBMIcon::~FXXBMIcon | ( | ) | [virtual] |
Destroy icon.
virtual bool FX::FXXBMIcon::savePixels | ( | FXStream & | store | ) | const [virtual] |
virtual bool FX::FXXBMIcon::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXXBMIcon::fileExt[] [static] |
const FXchar FX::FXXBMIcon::mimeType[] [static] |
![]() |