The QProxyScreenCursor class provides a generic interface to QScreenCursor implementations. 更多...
| 头: | #include <QProxyScreenCursor> |
| Since: | Qt 4.5 |
| 继承: | QScreenCursor |
| QProxyScreenCursor () | |
| ~QProxyScreenCursor () | |
| QScreenCursor * | screenCursor () const |
| void | setScreenCursor (QScreenCursor * cursor ) |
| virtual void | hide () |
| virtual void | move (int x , int y ) |
| virtual void | set (const QImage & image , int hotx , int hoty ) |
| virtual void | show () |
The QProxyScreenCursor class provides a generic interface to QScreenCursor implementations.
Constructs a proxy screen cursor.
Destroys the proxy screen cursor.
[虚拟]
void
QProxyScreenCursor::
hide
()
重实现自 QScreenCursor::hide ().
[虚拟]
void
QProxyScreenCursor::
move
(
int
x
,
int
y
)
重实现自 QScreenCursor::move ().
Returns the real screen cursor used by the proxy screen cursor.
另请参阅 setScreenCursor ().
[虚拟]
void
QProxyScreenCursor::
set
(const
QImage
&
image
,
int
hotx
,
int
hoty
)
重实现自 QScreenCursor::set ().
Sets the real screen cursor to be used for the proxy screen cursor to the cursor 指定。
另请参阅 screenCursor ().
[虚拟]
void
QProxyScreenCursor::
show
()
重实现自 QScreenCursor::show ().