|
| | FXCURCursor (FXApp *a, const void *pix) |
| |
| virtual bool | savePixels (FXStream &store) const |
| |
| virtual bool | loadPixels (FXStream &store) |
| |
| virtual | ~FXCURCursor () |
| |
| | 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) |
| |
| | FXCursor (FXApp *a, const FXColor *pix, FXint w=32, FXint h=32, FXint hx=0, FXint hy=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 void | save (FXStream &store) const |
| |
| virtual void | load (FXStream &store) |
| |
| virtual | ~FXCursor () |
| |
| FXApp * | getApp () const |
| |
| FXID | id () const |
| |
| void | setUserData (void *ptr) |
| |
| void * | getUserData () const |
| |
| virtual | ~FXId () |
| |
| 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) |
| |
| virtual | ~FXObject () |
| |