Uses of Enum
io.qt.widgets.QScroller.Input
-
Uses of QScroller.Input in io.qt.widgets
Modifier 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.Modifier 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)
.