![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGIFCursor.h>
Public Member Functions | |
| FXGIFCursor (FXApp *a, const void *pix, FXint hx=0, FXint hy=0) | |
| virtual bool | savePixels (FXStream &store) const |
| virtual bool | loadPixels (FXStream &store) |
| virtual | ~FXGIFCursor () |
Static Public Attributes | |
| static const FXchar | fileExt [] |
GIF Cursor class.
| FX::FXGIFCursor::FXGIFCursor | ( | FXApp * | a, |
| const void * | pix, | ||
| FXint | hx = 0, |
||
| FXint | hy = 0 |
||
| ) |
Construct a cursor from memory stream in Compuserve GIF format.
Hot spot may be specified using hx and hy parameters, since the GIF format does not specify a hot spot. The image must be smaller than 32x32 pixels.
| virtual FX::FXGIFCursor::~FXGIFCursor | ( | ) | [inline, virtual] |
Destroy.
| virtual bool FX::FXGIFCursor::savePixels | ( | FXStream & | store | ) | const [virtual] |
Save pixel data only, in GIF format.
Reimplemented from FX::FXCursor.
| virtual bool FX::FXGIFCursor::loadPixels | ( | FXStream & | store | ) | [virtual] |
Load pixel data only, in GIF format.
Reimplemented from FX::FXCursor.
const FXchar FX::FXGIFCursor::fileExt[] [static] |
|
|