Uses of Enum
io.qt.gui.QScrollEvent.ScrollState
-
Uses of QScrollEvent.ScrollState in io.qt.gui
Modifier and TypeMethodDescriptionstatic QScrollEvent.ScrollState
QScrollEvent.ScrollState.resolve
(int value) Returns the corresponding enum entry for the given value.final QScrollEvent.ScrollState
QScrollEvent.scrollState()
static QScrollEvent.ScrollState
Returns the enum constant of this type with the specified name.static QScrollEvent.ScrollState[]
QScrollEvent.ScrollState.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionQScrollEvent
(QPointF contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState) QScrollEvent
(QPointF contentPos, QPoint overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState)
.QScrollEvent
(QPoint contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState)
.QScrollEvent
(QPoint contentPos, QPoint overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState)
.