java.lang.Object
io.qt.QtObject
io.qt.gui.QCursor
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Mouse cursor with an arbitrary shape
Java wrapper for Qt class QCursor
-
Constructor Summary
ConstructorDescriptionQCursor()
QCursor
(Qt.CursorShape shape) Overloaded constructor forQCursor(io.qt.gui.QBitmap, io.qt.gui.QBitmap, int, int)
Overloaded constructor forQCursor(io.qt.gui.QBitmap, io.qt.gui.QBitmap, int, int)
withhotY = -1
.Overloaded constructor forQCursor(io.qt.gui.QPixmap, int, int)
Overloaded constructor forQCursor(io.qt.gui.QPixmap, int, int)
withhotY = -1
. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(Qt.CursorShape cursor) Overloaded function forassign(io.qt.gui.QCursor)
.final void
final QBitmap
bitmap()
Deprecated.Use the overload without argument instead.clone()
Creates and returns a copy of this object.final boolean
equals
(Qt.CursorShape rhs) Overloaded function forequals(io.qt.gui.QCursor)
.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QCursor)
.final QPoint
hotSpot()
final QBitmap
mask()
Deprecated.Use the overload without argument instead.final QPixmap
pixmap()
static QPoint
pos()
SeeQCursor::
pos() static QPoint
void
readFrom
(QDataStream inS) Seeoperator>>(QDataStream&,
QCursor&) static void
setPos
(int x, int y) static void
static void
static void
final void
setShape
(Qt.CursorShape newShape) final Qt.CursorShape
shape()
final void
toString()
Seeoperator<<(QDebug,
QCursor) void
writeTo
(QDataStream outS) Seeoperator<<(QDataStream&,
QCursor) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCursor
public QCursor() -
QCursor
-
QCursor
-
QCursor
-
QCursor
-
QCursor
Overloaded constructor for
QCursor(io.qt.gui.QBitmap, io.qt.gui.QBitmap, int, int)
withhotY = -1
. -
QCursor
Overloaded constructor for
QCursor(io.qt.gui.QBitmap, io.qt.gui.QBitmap, int, int)
with:
hotX = -1
hotY = -1
-
QCursor
Overloaded constructor for
QCursor(io.qt.gui.QPixmap, int, int)
withhotY = -1
. -
QCursor
-
-
Method Details
-
bitmap
Deprecated.Use the overload without argument instead. -
hotSpot
-
mask
Deprecated.Use the overload without argument instead. -
writeTo
See
operator<<(QDataStream&,
QCursor) -
assign
-
equals
-
readFrom
See
operator>>(QDataStream&,
QCursor&) -
pixmap
-
setShape
-
shape
-
swap
-
pos
See
QCursor::
pos() -
pos
-
setPos
-
setPos
-
setPos
-
setPos
public static void setPos(int x, int y) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCursor)
. -
toString
See
operator<<(QDebug,
QCursor) -
clone
Creates and returns a copy of this object.
-
assign
Overloaded function for
assign(io.qt.gui.QCursor)
. -
equals
Overloaded function for
equals(io.qt.gui.QCursor)
.
-