Uses of Enum
io.qt.core.Qt.CursorShape
-
Uses of Qt.CursorShape in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.CursorShape
Qt.CursorShape.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.CursorShape
Returns the enum constant of this type with the specified name.static Qt.CursorShape[]
Qt.CursorShape.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.CursorShape in io.qt.gui
Modifier and TypeMethodDescriptionfinal void
QCursor.assign
(Qt.CursorShape cursor) Overloaded function forQCursor.assign(io.qt.gui.QCursor)
.static void
QGuiApplication.changeOverrideCursor
(Qt.CursorShape arg__1) Overloaded function forQGuiApplication.changeOverrideCursor(io.qt.gui.QCursor)
.final boolean
QCursor.equals
(Qt.CursorShape rhs) Overloaded function forQCursor.equals(io.qt.gui.QCursor)
.final void
QWindow.setCursor
(Qt.CursorShape arg__1) Overloaded function forQWindow.setCursor(io.qt.gui.QCursor)
.static void
QGuiApplication.setOverrideCursor
(Qt.CursorShape arg__1) Overloaded function forQGuiApplication.setOverrideCursor(io.qt.gui.QCursor)
.final void
QCursor.setShape
(Qt.CursorShape newShape) -
Uses of Qt.CursorShape in io.qt.quick
Modifier and TypeMethodDescriptionfinal void
QQuickItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQQuickItem.setCursor(io.qt.gui.QCursor)
. -
Uses of Qt.CursorShape in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QWidget.grabMouse
(Qt.CursorShape arg__1) Overloaded function forQWidget.grabMouse(io.qt.gui.QCursor)
.final void
QAbstractGraphicsShapeItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQAbstractGraphicsShapeItem.setCursor(io.qt.gui.QCursor)
.final void
QGraphicsItem.Impl.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsItem.setCursor(io.qt.gui.QCursor)
.default void
QGraphicsItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsItem.setCursor(io.qt.gui.QCursor)
.final void
QGraphicsItemGroup.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsItemGroup.setCursor(io.qt.gui.QCursor)
.final void
QGraphicsLineItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsLineItem.setCursor(io.qt.gui.QCursor)
.final void
QGraphicsObject.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsObject.setCursor(io.qt.gui.QCursor)
.final void
QGraphicsPixmapItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQGraphicsPixmapItem.setCursor(io.qt.gui.QCursor)
.final void
QWidget.setCursor
(Qt.CursorShape arg__1) Overloaded function forQWidget.setCursor(io.qt.gui.QCursor)
.