Uses of Class
io.qt.core.Qt.GestureFlag
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.GestureFlag in io.qt.core
Methods in io.qt.core that return Qt.GestureFlag Modifier and Type Method Description Qt.GestureFlag[]
Qt.GestureFlags. flags()
Returns an array of flag objects represented by this GestureFlags.static Qt.GestureFlag
Qt.GestureFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.GestureFlag
Qt.GestureFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.GestureFlag[]
Qt.GestureFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.GestureFlag Modifier and Type Method Description Qt.GestureFlags
Qt.GestureFlag. combined(Qt.GestureFlag e)
Combines this entry with other enum entry.Qt.GestureFlags
Qt.GestureFlags. combined(Qt.GestureFlag e)
Combines this flags with enum entry.static Qt.GestureFlags
Qt.GestureFlag. flags(Qt.GestureFlag... values)
Creates a newQt.GestureFlags
from the entries.Qt.GestureFlags
Qt.GestureFlags. setFlag(Qt.GestureFlag e)
Sets the flage
Qt.GestureFlags
Qt.GestureFlags. setFlag(Qt.GestureFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.GestureFlag Constructor Description GestureFlags(Qt.GestureFlag... args)
Creates a new GestureFlags where the flags inargs
are set. -
Uses of Qt.GestureFlag in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.GestureFlag Modifier and Type Method Description void
QGraphicsObject. grabGesture(Qt.GestureType type, Qt.GestureFlag... flags)
Overloaded function forQGraphicsObject.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags)
.void
QWidget. grabGesture(Qt.GestureType type, Qt.GestureFlag... flags)
Overloaded function forQWidget.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags)
.