Uses of Enum
io.qt.core.Qt.CursorShape
Packages that use Qt.CursorShape
-
Uses of Qt.CursorShape in io.qt.core
Methods in io.qt.core that return Qt.CursorShapeModifier 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
Methods in io.qt.gui that return Qt.CursorShapeMethods in io.qt.gui with parameters of type Qt.CursorShapeModifier 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) Constructors in io.qt.gui with parameters of type Qt.CursorShape -
Uses of Qt.CursorShape in io.qt.quick
Methods in io.qt.quick with parameters of type Qt.CursorShapeModifier and TypeMethodDescriptionfinal void
QQuickItem.setCursor
(Qt.CursorShape cursor) Overloaded function forQQuickItem.setCursor(io.qt.gui.QCursor)
. -
Uses of Qt.CursorShape in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.CursorShapeModifier 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)
.