Uses of Enum
io.qt.widgets.QScroller.Input
Packages that use QScroller.Input
-
Uses of QScroller.Input in io.qt.widgets
Methods in io.qt.widgets that return QScroller.InputModifier and TypeMethodDescriptionstatic QScroller.Input
QScroller.Input.resolve
(int value) Returns the corresponding enum entry for the given value.static QScroller.Input
Returns the enum constant of this type with the specified name.static QScroller.Input[]
QScroller.Input.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QScroller.InputModifier and TypeMethodDescriptionfinal boolean
QScroller.handleInput
(QScroller.Input input, QPoint position) Overloaded function forQScroller.handleInput(io.qt.widgets.QScroller.Input, io.qt.core.QPoint, long)
withtimestamp = 0
.final boolean
QScroller.handleInput
(QScroller.Input input, QPointF position) Overloaded function forQScroller.handleInput(io.qt.widgets.QScroller.Input, io.qt.core.QPointF, long)
withtimestamp = 0
.final boolean
QScroller.handleInput
(QScroller.Input input, QPointF position, long timestamp) final boolean
QScroller.handleInput
(QScroller.Input input, QPoint position, long timestamp) Overloaded function forQScroller.handleInput(io.qt.widgets.QScroller.Input, io.qt.core.QPointF, long)
.