- 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 void
Overloaded function forassign(io.qt.gui.QCursor)
.final QBitmap
bitmap()
clone()
Creates and returns a copy of this object.final boolean
equals
(Qt.CursorShape rhs) Overloaded function forequals(io.qt.gui.QCursor)
.final boolean
Seeoperator==(QCursor,
QCursor) final boolean
Overloaded function forequals(io.qt.gui.QCursor)
.boolean
Seeoperator==(QCursor,
QCursor) int
hashCode()
Returns the objects's hash code computed byqHash(QCursor)
.final QPoint
hotSpot()
final QBitmap
mask()
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
-
hotSpot
-
mask
-
writeTo
See
operator<<(QDataStream&,
QCursor) -
assign
-
equals
See
operator==(QCursor,
QCursor) -
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
See
operator==(QCursor,
QCursor) -
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)
. -
assign
Overloaded function for
assign(io.qt.gui.QCursor)
. -
equals
Overloaded function for
equals(io.qt.gui.QCursor)
. -
equals
Overloaded function for
equals(io.qt.gui.QCursor)
.
-