![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXCURCursor.h>
Public Member Functions | |
FXCURCursor (FXApp *a, const void *pix) | |
virtual bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual | ~FXCURCursor () |
Static Public Attributes | |
static const FXchar | fileExt [] |
CUR Cursor class.
FX::FXCURCursor::FXCURCursor | ( | FXApp * | a, |
const void * | pix | ||
) |
Construct a cursor from memory stream in Microsoft CUR format.
The image is limited to 32x32 pixels.
virtual FX::FXCURCursor::~FXCURCursor | ( | ) | [virtual] |
Destructor.
virtual bool FX::FXCURCursor::savePixels | ( | FXStream & | store | ) | const [virtual] |
Save pixel data only, in CUR format.
Reimplemented from FX::FXCursor.
virtual bool FX::FXCURCursor::loadPixels | ( | FXStream & | store | ) | [virtual] |
Load pixel data only, in CUR format.
Reimplemented from FX::FXCursor.
const FXchar FX::FXCURCursor::fileExt[] [static] |
![]() |