#include <FXCursor.h>
Inheritance diagram for FX::FXCursor:
Definition at line 55 of file FXCursor.h.
Public Member Functions | |
FXCursor (FXApp *a, FXStockCursor curid=CURSOR_ARROW) | |
FXCursor (FXApp *a, const FXuchar *src, const FXuchar *msk, FXint w=32, FXint h=32, FXint hx=0, FXint hy=0, FXint options=0) | |
FXCursor (FXApp *a, const FXColor *pix, FXint w=32, FXint h=32, FXint hx=0, FXint hy=0, FXint options=0) | |
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 bool | savePixels (FXStream &store) const |
virtual bool | loadPixels (FXStream &store) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXCursor () |
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 |
Protected Member Functions | |
FXCursor () | |
Protected Attributes | |
FXColor * | data |
FXint | width |
FXint | height |
FXint | hotx |
FXint | hoty |
FXuint | options |
FXID | xid |