![]() |
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 FXbool | savePixels (FXStream &store) const |
virtual FXbool | loadPixels (FXStream &store) |
virtual | ~FXCURCursor () |
Static Public Attributes | |
static const FXchar | fileExt [] |
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.
const FXchar FX::FXCURCursor::fileExt[] [static] |
![]() |