![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPPMIcon.h>
Public Member Functions | |
| FXPPMIcon (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 | ~FXPPMIcon () |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
Portable Pixmap icon.
| FX::FXPPMIcon::FXPPMIcon | ( | 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 Portable Pixmap format.
| virtual FX::FXPPMIcon::~FXPPMIcon | ( | ) | [virtual] |
Destroy icon.
| virtual bool FX::FXPPMIcon::savePixels | ( | FXStream & | store | ) | const [virtual] |
Save pixels into stream in Portable Pixmap format.
Reimplemented from FX::FXImage.
| virtual bool FX::FXPPMIcon::loadPixels | ( | FXStream & | store | ) | [virtual] |
Load pixels from stream in Portable Pixmap format.
Reimplemented from FX::FXImage.
const FXchar FX::FXPPMIcon::fileExt[] [static] |
const FXchar FX::FXPPMIcon::mimeType[] [static] |
|
|