26 return Qt::ArrowCursor;
31 return Qt::UpArrowCursor;
56 return Qt::WaitCursor;
61 return Qt::IBeamCursor;
66 return Qt::SizeVerCursor;
71 return Qt::SizeHorCursor;
76 return Qt::SizeBDiagCursor;
81 return Qt::SizeFDiagCursor;
86 return Qt::SizeAllCursor;
91 return Qt::BlankCursor;
96 return Qt::SplitVCursor;
101 return Qt::SplitHCursor;
106 return Qt::PointingHandCursor;
117 return loadWithSize(
"precise-pick-layer-icon.svg", 33, 31, 7, 23);
142 return loadWithSize(
"color-sampler_image_foreground.svg", 33, 31, 8, 23);
147 return loadWithSize(
"color-sampler_image_background.svg", 33, 31, 8, 23);
152 return loadWithSize(
"color-sampler_layer_foreground.svg", 33, 31, 8, 23);
157 return loadWithSize(
"color-sampler_layer_background.svg", 33, 31, 8, 23);
162 return loadWithSize(
"exposure-cursor-gesture.svg", 22, 22);
167 return loadWithSize(
"gamma-cursor-gesture.svg", 32, 32);
172 return loadWithSize(
"cursor-triangle_lefthanded.svg", 31, 31);
177 return loadWithSize(
"cursor-triangle_righthanded.svg", 31, 31);
192 return loadWithSize(
"move-selection.svg", 32, 32, 11, 11);
197 return Qt::PointingHandCursor;
202 return Qt::OpenHandCursor;
207 return Qt::ClosedHandCursor;
217 return loadWithSize(
"mesh_cursor_free.svg", 32, 32, 5, 5);
222 return loadWithSize(
"mesh_cursor_locked.svg", 32, 32, 5, 5);
QCursor load(const QString &cursorName, int width, int height, int hotspotX, int hotspotY)
static KisCursorCache * instance()
static QCursor sizeBDiagCursor()
static QCursor samplerImageBackgroundCursor()
static QCursor rotateCanvasDiscreteCursor()
static QCursor samplerCursor()
static QCursor pixelBlackCursor()
static QCursor sizeAllCursor()
static QCursor changeGammaCursor()
static QCursor ibeamCursor()
static QCursor splitVCursor()
static QCursor sizeHorCursor()
static QCursor loadWithSize(const QString &cursorName, int width, int height, int hotspotX=-1, int hotspotY=-1)
static QCursor blankCursor()
static QCursor crossCursor()
static QCursor triangleRightHandedCursor()
static QCursor load(const QString &cursorName, int hotspotX=-1, int hotspotY=-1)
static QCursor upArrowCursor()
static QCursor openHandCursor()
static QCursor handCursor()
static QCursor moveSelectionCursor()
static QCursor samplerLayerBackgroundCursor()
static QCursor rotateCursor()
static QCursor waitCursor()
static QCursor samplerLayerForegroundCursor()
static QCursor moveCursor()
static QCursor pickLayerCursor()
static QCursor sizeFDiagCursor()
static QCursor closedHandCursor()
static QCursor arrowCursor()
static QCursor triangleLeftHandedCursor()
static QCursor zoomSmoothCursor()
static QCursor meshCursorFree()
static QCursor rotateCanvasSmoothCursor()
static QCursor pointingHandCursor()
static QCursor zoomDiscreteCursor()
static QCursor roundCursor()
static QCursor pixelWhiteCursor()
static QCursor eraserCursor()
static QCursor samplerImageForegroundCursor()
static QCursor changeExposureCursor()
static QCursor meshCursorLocked()
static QCursor sizeVerCursor()
static QCursor splitHCursor()