Uses of Class
io.qt.gui.QScrollEvent.ScrollState
Package | Description |
---|---|
io.qt.gui |
-
Uses of QScrollEvent.ScrollState in io.qt.gui
Methods in io.qt.gui that return QScrollEvent.ScrollState Modifier and Type Method Description static QScrollEvent.ScrollState
QScrollEvent.ScrollState. resolve(int value)
Returns the corresponding enum entry for the given value.QScrollEvent.ScrollState
QScrollEvent. scrollState()
static QScrollEvent.ScrollState
QScrollEvent.ScrollState. valueOf(String name)
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.ScrollState Constructor Description QScrollEvent(QPointF contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState)