QProxyScreenCursor Class

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.

成员函数文档编制

QProxyScreenCursor:: QProxyScreenCursor ()

Constructs a proxy screen cursor.

QProxyScreenCursor:: ~QProxyScreenCursor ()

Destroys the proxy screen cursor.

[虚拟] void QProxyScreenCursor:: hide ()

重实现自 QScreenCursor::hide ().

[虚拟] void QProxyScreenCursor:: move ( int x , int y )

重实现自 QScreenCursor::move ().

QScreenCursor * QProxyScreenCursor:: screenCursor () const

Returns the real screen cursor used by the proxy screen cursor.

另请参阅 setScreenCursor ().

[虚拟] void QProxyScreenCursor:: set (const QImage & image , int hotx , int hoty )

重实现自 QScreenCursor::set ().

void QProxyScreenCursor:: setScreenCursor ( QScreenCursor * cursor )

Sets the real screen cursor to be used for the proxy screen cursor to the cursor 指定。

另请参阅 screenCursor ().

[虚拟] void QProxyScreenCursor:: show ()

重实现自 QScreenCursor::show ().