Uses of Class
io.qt.widgets.QSwipeGesture.SwipeDirection
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QSwipeGesture.SwipeDirection in io.qt.widgets
Methods in io.qt.widgets that return QSwipeGesture.SwipeDirection Modifier and Type Method Description QSwipeGesture.SwipeDirection
QSwipeGesture. horizontalDirection()
static QSwipeGesture.SwipeDirection
QSwipeGesture.SwipeDirection. resolve(int value)
Returns the corresponding enum entry for the given value.static QSwipeGesture.SwipeDirection
QSwipeGesture.SwipeDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSwipeGesture.SwipeDirection[]
QSwipeGesture.SwipeDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.QSwipeGesture.SwipeDirection
QSwipeGesture. verticalDirection()