Definition at line 135 of file qscreen_qws.h.
#include <qscreen_qws.h>

Public Member Functions |
|
| QScreenCursor () | |
| virtual | ~QScreenCursor () |
| virtual void | set (const QImage &image, int hotx, int hoty) |
| virtual void | move (int x, int y) |
| virtual void | show () |
| virtual void | hide () |
| bool | supportsAlphaCursor () const |
| QRect | boundingRect () const |
| QImage | image () const |
| bool | isVisible () const |
| bool | isAccelerated () const |
Static Public Member Functions |
|
| static bool | enabled () |
| static void | initSoftwareCursor () |
| static QScreenCursor * | instance () |
Protected Attributes |
|
| QImage | cursor |
| QSize | size |
| QPoint | pos |
| QPoint | hotspot |
| uint | enable: 1 |
| uint | hwaccel: 1 |
| uint | supportsAlpha: 1 |
Friends |
|
| class | QProxyScreenCursor |
| QScreenCursor | ( | ) |
| virtual ~QScreenCursor | ( | ) | [virtual] |
| virtual void set | ( | const QImage & | image, |
| int | hotx, | ||
| int | hoty | ||
| ) | [virtual] |
Reimplemented in QProxyScreenCursor.
| virtual void move | ( | int | x, |
| int | y | ||
| ) | [virtual] |
Reimplemented in QProxyScreenCursor.
| virtual void show | ( | ) | [virtual] |
Reimplemented in QProxyScreenCursor.
| virtual void hide | ( | ) | [virtual] |
Reimplemented in QProxyScreenCursor.
| bool supportsAlphaCursor | ( | ) | const [inline] |
| static bool enabled | ( | ) | [inline, static] |
| QRect boundingRect | ( | ) | const [inline] |
Definition at line 150 of file qscreen_qws.h.
| QImage image | ( | ) | const [inline] |
| bool isVisible | ( | ) | const [inline] |
| bool isAccelerated | ( | ) | const [inline] |
| static void initSoftwareCursor | ( | ) | [static] |
| static QScreenCursor* instance | ( | ) | [inline, static] |
Definition at line 156 of file qscreen_qws.h.
{ return qt_screencursor; }
friend class QProxyScreenCursor
[friend] |
Definition at line 169 of file qscreen_qws.h.
Definition at line 159 of file qscreen_qws.h.
Definition at line 161 of file qscreen_qws.h.
Definition at line 162 of file qscreen_qws.h.
Definition at line 163 of file qscreen_qws.h.
uint enable
[protected] |
Definition at line 164 of file qscreen_qws.h.
uint hwaccel
[protected] |
Definition at line 165 of file qscreen_qws.h.
uint supportsAlpha
[protected] |
Definition at line 166 of file qscreen_qws.h.