Uses of Enum
io.qt.gui.QScrollEvent.ScrollState
Packages that use QScrollEvent.ScrollState
-
Uses of QScrollEvent.ScrollState in io.qt.gui
Methods in io.qt.gui that return QScrollEvent.ScrollStateModifier 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.Constructors in io.qt.gui with parameters of type QScrollEvent.ScrollStateModifierConstructorDescriptionQScrollEvent
(QPointF contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState)