Uses of Enum
io.qt.core.Qt.GestureFlag
-
Uses of Qt.GestureFlag in io.qt.core
Modifier and TypeMethodDescriptionfinal 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
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.Modifier and TypeMethodDescriptionQt.GestureFlag.cleared
(Qt.GestureFlag e) Excludes other enum entry from a flag of this entry.Qt.GestureFlag.combined
(Qt.GestureFlag e) Combines this entry with other enum entry.final 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.final Qt.GestureFlags
Qt.GestureFlags.setFlag
(Qt.GestureFlag e) Sets the flage
final Qt.GestureFlags
Qt.GestureFlags.setFlag
(Qt.GestureFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionGestureFlags
(Qt.GestureFlag ... args) Creates a new GestureFlags where the flags inargs
are set. -
Uses of Qt.GestureFlag in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QGraphicsObject.grabGesture
(Qt.GestureType type, Qt.GestureFlag ... flags) Overloaded function forQGraphicsObject.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags)
.final void
QWidget.grabGesture
(Qt.GestureType type, Qt.GestureFlag ... flags) Overloaded function forQWidget.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags)
.