25 static QCursor arrowCursor();
26 static QCursor upArrowCursor();
27 static QCursor crossCursor();
28 static QCursor roundCursor();
29 static QCursor pixelBlackCursor();
30 static QCursor pixelWhiteCursor();
31 static QCursor waitCursor();
32 static QCursor ibeamCursor();
33 static QCursor sizeVerCursor();
34 static QCursor sizeHorCursor();
35 static QCursor sizeBDiagCursor();
36 static QCursor sizeFDiagCursor();
37 static QCursor sizeAllCursor();
38 static QCursor blankCursor();
39 static QCursor splitVCursor();
40 static QCursor splitHCursor();
41 static QCursor pointingHandCursor();
43 static QCursor zoomSmoothCursor();
44 static QCursor zoomDiscreteCursor();
45 static QCursor rotateCanvasSmoothCursor();
46 static QCursor rotateCanvasDiscreteCursor();
47 static QCursor samplerImageForegroundCursor();
48 static QCursor samplerImageBackgroundCursor();
49 static QCursor samplerLayerForegroundCursor();
50 static QCursor samplerLayerBackgroundCursor();
51 static QCursor changeExposureCursor();
52 static QCursor changeGammaCursor();
53 static QCursor triangleLeftHandedCursor();
54 static QCursor triangleRightHandedCursor();
55 static QCursor eraserCursor();
58 static QCursor moveCursor();
59 static QCursor moveSelectionCursor();
60 static QCursor samplerCursor();
61 static QCursor pickLayerCursor();
62 static QCursor handCursor();
63 static QCursor openHandCursor();
64 static QCursor closedHandCursor();
65 static QCursor rotateCursor();
67 static QCursor meshCursorFree();
68 static QCursor meshCursorLocked();
75 static QCursor load(
const QString & cursorName,
int hotspotX = -1,
int hotspotY = -1);