NAME
QCursor - Interface to the Qt QCursor class
SYNOPSIS
use QCursor;
Require QBitmap and QPoint.
Member functions
new, bitmap, hotSpot, mask, pos, setPos, setShape, shape
DESCRIPTION
What you see is what you get
EXPORTED
The %Cursor and %Shape hashes are exported into the user's namespace.
%Cursor contains all of the global cursors (arrowCursor, crossCursor, etc..) without the Cursor suffix ($Cursor{arrow}, $Cursor{cross}, etc...)
The %Shape has contains all of the cursor shapes (ArrowCursor, CrossCursor, etc..) without the Cursor suffix ($Shape{Arrow}, $Shape{Cross}, etc...)
SEE ALSO
qcursor(3qt)
AUTHOR
Ashley Winters <jql@accessone.com>