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.ScrollStateQScrollEvent.ScrollState.resolve(int value) Returns the corresponding enum entry for the given value.final QScrollEvent.ScrollStateQScrollEvent.scrollState()static QScrollEvent.ScrollStateReturns 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) 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).