Uses of Enum
io.qt.core.Qt.ItemSelectionOperation
-
Uses of Qt.ItemSelectionOperation in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.ItemSelectionOperation
Qt.ItemSelectionOperation.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.ItemSelectionOperation
Returns the enum constant of this type with the specified name.static Qt.ItemSelectionOperation[]
Qt.ItemSelectionOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.ItemSelectionOperation in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QGraphicsScene.setSelectionArea
(QPainterPath path, Qt.ItemSelectionOperation selectionOperation) final void
QGraphicsScene.setSelectionArea
(QPainterPath path, Qt.ItemSelectionOperation selectionOperation, Qt.ItemSelectionMode mode) Overloaded function forQGraphicsScene.setSelectionArea(io.qt.gui.QPainterPath, io.qt.core.Qt.ItemSelectionOperation, io.qt.core.Qt.ItemSelectionMode, io.qt.gui.QTransform)
withdeviceTransform = new io.qt.gui.QTransform()
.final void
QGraphicsScene.setSelectionArea
(QPainterPath path, Qt.ItemSelectionOperation selectionOperation, Qt.ItemSelectionMode mode, QTransform deviceTransform)