#include <FXCURCursor.h>
Inheritance diagram for FX::FXCURCursor:
Definition at line 34 of file FXCURCursor.h.
Public Member Functions | |
FXCURCursor (FXApp *a, const void *pix) | |
virtual bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual | ~FXCURCursor () |
FXint | getWidth () const |
FXint | getHeight () const |
void | setHotX (FXint x) |
FXint | getHotX () const |
void | setHotY (FXint y) |
FXint | getHotY () const |
bool | isColor () const |
virtual void | create () |
virtual void | detach () |
virtual void | destroy () |
virtual void | release () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
FXApp * | getApp () const |
FXEventLoop * | getEventLoop () const |
FXID | id () const |
void | setUserData (void *ptr) |
void * | getUserData () const |
virtual long | onDefault (FXObject *, FXSelector, void *) |
const FXchar * | getClassName () const |
bool | isMemberOf (const FXMetaClass *metaclass) const |
virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
QTransString | tr (const char *text, const char *hint=0) |
virtual void * | getPythonObject () const |
virtual void | decouplePythonObject () const |
Static Public Attributes | |
static const FXchar * | fileExt |
Protected Member Functions | |
FXCURCursor () | |
Protected Attributes | |
FXColor * | data |
FXint | width |
FXint | height |
FXint | hotx |
FXint | hoty |
FXuint | options |
FXID | xid |