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 ().