Uses of Class
io.qt.widgets.QPinchGesture.ChangeFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QPinchGesture.ChangeFlag in io.qt.widgets
Methods in io.qt.widgets that return QPinchGesture.ChangeFlag Modifier and Type Method Description QPinchGesture.ChangeFlag[]
QPinchGesture.ChangeFlags. flags()
Returns an array of flag objects represented by this ChangeFlags.static QPinchGesture.ChangeFlag
QPinchGesture.ChangeFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QPinchGesture.ChangeFlag
QPinchGesture.ChangeFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPinchGesture.ChangeFlag[]
QPinchGesture.ChangeFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QPinchGesture.ChangeFlag Constructor Description ChangeFlags(QPinchGesture.ChangeFlag... args)
Creates a new ChangeFlags where the flags inargs
are set.