#include <kis_cursor.h>
Definition at line 17 of file kis_cursor.h.
◆ KisCursor()
◆ arrowCursor()
| QCursor KisCursor::arrowCursor |
( |
| ) |
|
|
static |
Definition at line 24 of file kis_cursor.cc.
25{
26 return Qt::ArrowCursor;
27}
◆ blankCursor()
| QCursor KisCursor::blankCursor |
( |
| ) |
|
|
static |
Definition at line 89 of file kis_cursor.cc.
90{
91 return Qt::BlankCursor;
92}
◆ changeExposureCursor()
| QCursor KisCursor::changeExposureCursor |
( |
| ) |
|
|
static |
Definition at line 160 of file kis_cursor.cc.
161{
162 return load(
"exposure-cursor-gesture.xpm");
163}
static QCursor load(const QString &cursorName, int hotspotX=-1, int hotspotY=-1)
References load().
◆ changeGammaCursor()
| QCursor KisCursor::changeGammaCursor |
( |
| ) |
|
|
static |
◆ closedHandCursor()
| QCursor KisCursor::closedHandCursor |
( |
| ) |
|
|
static |
Definition at line 205 of file kis_cursor.cc.
206{
207 return Qt::ClosedHandCursor;
208}
◆ crossCursor()
| QCursor KisCursor::crossCursor |
( |
| ) |
|
|
static |
◆ eraserCursor()
| QCursor KisCursor::eraserCursor |
( |
| ) |
|
|
static |
◆ handCursor()
| QCursor KisCursor::handCursor |
( |
| ) |
|
|
static |
Definition at line 195 of file kis_cursor.cc.
196{
197 return Qt::PointingHandCursor;
198}
◆ ibeamCursor()
| QCursor KisCursor::ibeamCursor |
( |
| ) |
|
|
static |
Definition at line 59 of file kis_cursor.cc.
60{
61 return Qt::IBeamCursor;
62}
◆ load()
| QCursor KisCursor::load |
( |
const QString & | cursorName, |
|
|
int | hotspotX = -1, |
|
|
int | hotspotY = -1 ) |
|
static |
◆ meshCursorFree()
| QCursor KisCursor::meshCursorFree |
( |
| ) |
|
|
static |
◆ meshCursorLocked()
| QCursor KisCursor::meshCursorLocked |
( |
| ) |
|
|
static |
◆ moveCursor()
| QCursor KisCursor::moveCursor |
( |
| ) |
|
|
static |
◆ moveSelectionCursor()
| QCursor KisCursor::moveSelectionCursor |
( |
| ) |
|
|
static |
◆ openHandCursor()
| QCursor KisCursor::openHandCursor |
( |
| ) |
|
|
static |
Definition at line 200 of file kis_cursor.cc.
201{
202 return Qt::OpenHandCursor;
203}
◆ pickLayerCursor()
| QCursor KisCursor::pickLayerCursor |
( |
| ) |
|
|
static |
◆ pixelBlackCursor()
| QCursor KisCursor::pixelBlackCursor |
( |
| ) |
|
|
static |
◆ pixelWhiteCursor()
| QCursor KisCursor::pixelWhiteCursor |
( |
| ) |
|
|
static |
◆ pointingHandCursor()
| QCursor KisCursor::pointingHandCursor |
( |
| ) |
|
|
static |
Definition at line 104 of file kis_cursor.cc.
105{
106 return Qt::PointingHandCursor;
107}
◆ rotateCanvasDiscreteCursor()
| QCursor KisCursor::rotateCanvasDiscreteCursor |
( |
| ) |
|
|
static |
◆ rotateCanvasSmoothCursor()
| QCursor KisCursor::rotateCanvasSmoothCursor |
( |
| ) |
|
|
static |
◆ rotateCursor()
| QCursor KisCursor::rotateCursor |
( |
| ) |
|
|
static |
◆ roundCursor()
| QCursor KisCursor::roundCursor |
( |
| ) |
|
|
static |
◆ samplerCursor()
| QCursor KisCursor::samplerCursor |
( |
| ) |
|
|
static |
◆ samplerImageBackgroundCursor()
| QCursor KisCursor::samplerImageBackgroundCursor |
( |
| ) |
|
|
static |
Definition at line 145 of file kis_cursor.cc.
146{
147 return load(
"color-sampler_image_background.xpm", 8, 23);
148}
References load().
◆ samplerImageForegroundCursor()
| QCursor KisCursor::samplerImageForegroundCursor |
( |
| ) |
|
|
static |
Definition at line 140 of file kis_cursor.cc.
141{
142 return load(
"color-sampler_image_foreground.xpm", 8, 23);
143}
References load().
◆ samplerLayerBackgroundCursor()
| QCursor KisCursor::samplerLayerBackgroundCursor |
( |
| ) |
|
|
static |
Definition at line 155 of file kis_cursor.cc.
156{
157 return load(
"color-sampler_layer_background.xpm", 8, 23);
158}
References load().
◆ samplerLayerForegroundCursor()
| QCursor KisCursor::samplerLayerForegroundCursor |
( |
| ) |
|
|
static |
Definition at line 150 of file kis_cursor.cc.
151{
152 return load(
"color-sampler_layer_foreground.xpm", 8, 23);
153}
References load().
◆ sizeAllCursor()
| QCursor KisCursor::sizeAllCursor |
( |
| ) |
|
|
static |
Definition at line 84 of file kis_cursor.cc.
85{
86 return Qt::SizeAllCursor;
87}
◆ sizeBDiagCursor()
| QCursor KisCursor::sizeBDiagCursor |
( |
| ) |
|
|
static |
Definition at line 74 of file kis_cursor.cc.
75{
76 return Qt::SizeBDiagCursor;
77}
◆ sizeFDiagCursor()
| QCursor KisCursor::sizeFDiagCursor |
( |
| ) |
|
|
static |
Definition at line 79 of file kis_cursor.cc.
80{
81 return Qt::SizeFDiagCursor;
82}
◆ sizeHorCursor()
| QCursor KisCursor::sizeHorCursor |
( |
| ) |
|
|
static |
Definition at line 69 of file kis_cursor.cc.
70{
71 return Qt::SizeHorCursor;
72}
◆ sizeVerCursor()
| QCursor KisCursor::sizeVerCursor |
( |
| ) |
|
|
static |
Definition at line 64 of file kis_cursor.cc.
65{
66 return Qt::SizeVerCursor;
67}
◆ splitHCursor()
| QCursor KisCursor::splitHCursor |
( |
| ) |
|
|
static |
Definition at line 99 of file kis_cursor.cc.
100{
101 return Qt::SplitHCursor;
102}
◆ splitVCursor()
| QCursor KisCursor::splitVCursor |
( |
| ) |
|
|
static |
Definition at line 94 of file kis_cursor.cc.
95{
96 return Qt::SplitVCursor;
97}
◆ triangleLeftHandedCursor()
| QCursor KisCursor::triangleLeftHandedCursor |
( |
| ) |
|
|
static |
◆ triangleRightHandedCursor()
| QCursor KisCursor::triangleRightHandedCursor |
( |
| ) |
|
|
static |
◆ upArrowCursor()
| QCursor KisCursor::upArrowCursor |
( |
| ) |
|
|
static |
Definition at line 29 of file kis_cursor.cc.
30{
31 return Qt::UpArrowCursor;
32}
◆ waitCursor()
| QCursor KisCursor::waitCursor |
( |
| ) |
|
|
static |
Definition at line 54 of file kis_cursor.cc.
55{
56 return Qt::WaitCursor;
57}
◆ zoomDiscreteCursor()
| QCursor KisCursor::zoomDiscreteCursor |
( |
| ) |
|
|
static |
◆ zoomSmoothCursor()
| QCursor KisCursor::zoomSmoothCursor |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: