|  | Home · All Classes · All Functions · Overviews | 
The QProxyScreenCursor class provides a generic interface to QScreenCursor implementations. More...
#include <QProxyScreenCursor>
Inherits QScreenCursor.
This class was introduced in Qt 4.5.
| 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.
Reimplemented from QScreenCursor::hide().
Reimplemented from QScreenCursor::move().
Returns the real screen cursor used by the proxy screen cursor.
See also setScreenCursor().
Reimplemented from QScreenCursor::set().
Sets the real screen cursor to be used for the proxy screen cursor to the cursor specified.
See also screenCursor().
Reimplemented from QScreenCursor::show().
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.6.3 |