Uses of Enum
io.qt.core.Qt.ScrollPhase
Packages that use Qt.ScrollPhase
-
Uses of Qt.ScrollPhase in io.qt.core
Methods in io.qt.core that return Qt.ScrollPhaseModifier and TypeMethodDescriptionstatic Qt.ScrollPhase
Qt.ScrollPhase.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.ScrollPhase
Returns the enum constant of this type with the specified name.static Qt.ScrollPhase[]
Qt.ScrollPhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.ScrollPhase in io.qt.gui
Methods in io.qt.gui that return Qt.ScrollPhaseConstructors in io.qt.gui with parameters of type Qt.ScrollPhaseModifierConstructorDescriptionQWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, boolean inverted) QWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, boolean inverted, Qt.MouseEventSource source) Overloaded constructor forQWheelEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.QPoint, io.qt.core.QPoint, io.qt.core.Qt.MouseButtons, io.qt.core.Qt.KeyboardModifiers, io.qt.core.Qt.ScrollPhase, boolean, io.qt.core.Qt.MouseEventSource, io.qt.gui.QPointingDevice)
withdevice = io.qt.gui.QPointingDevice.primaryPointingDevice()
.QWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, boolean inverted, Qt.MouseEventSource source, QPointingDevice device) -
Uses of Qt.ScrollPhase in io.qt.widgets
Methods in io.qt.widgets that return Qt.ScrollPhaseMethods in io.qt.widgets with parameters of type Qt.ScrollPhaseModifier and TypeMethodDescriptionfinal void
QGraphicsSceneWheelEvent.setPhase
(Qt.ScrollPhase scrollPhase)