#include <qscreenproxy_qws.h>
Definition at line 61 of file qscreenproxy_qws.h.
Public Member Functions | |
QProxyScreenCursor () | |
~QProxyScreenCursor () | |
void | setScreenCursor (QScreenCursor *cursor) |
QScreenCursor * | screenCursor () const |
void | set (const QImage &image, int hotx, int hoty) |
void | move (int x, int y) |
void | show () |
void | hide () |
Public Member Functions inherited from QScreenCursor | |
QScreenCursor () | |
virtual | ~QScreenCursor () |
bool | supportsAlphaCursor () const |
QRect | boundingRect () const |
QImage | image () const |
bool | isVisible () const |
bool | isAccelerated () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QScreenCursor | |
static bool | enabled () |
static void | initSoftwareCursor () |
static QScreenCursor * | instance () |
Protected Attributes inherited from QScreenCursor | |
QImage | cursor |
QSize | size |
QPoint | pos |
QPoint | hotspot |
uint | enable: 1 |
uint | hwaccel: 1 |
uint | supportsAlpha: 1 |
~QProxyScreenCursor | ( | ) |
void setScreenCursor | ( | QScreenCursor * | cursor | ) |
QScreenCursor* screenCursor | ( | ) | const |
Reimplemented from QScreenCursor.
Reimplemented from QScreenCursor.
|
virtual |
Reimplemented from QScreenCursor.
|
virtual |
Reimplemented from QScreenCursor.