Uses of Enum
io.qt.core.Qt.GestureFlag
Packages that use Qt.GestureFlag
-
Uses of Qt.GestureFlag in io.qt.core
Methods in io.qt.core that return Qt.GestureFlagModifier and TypeMethodDescriptionfinal Qt.GestureFlag []Qt.GestureFlags.flags()Returns an array of flag objects represented by this GestureFlags.static Qt.GestureFlagQt.GestureFlag.resolve(int value) Returns the corresponding enum entry for the given value.static Qt.GestureFlagReturns 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.GestureFlagModifier 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.GestureFlagsQt.GestureFlags.combined(Qt.GestureFlag e) Combines this flags with enum entry.static Qt.GestureFlagsQt.GestureFlag.flags(Qt.GestureFlag ... values) Creates a newQt.GestureFlagsfrom the entries.final Qt.GestureFlagsQt.GestureFlags.setFlag(Qt.GestureFlag e) Sets the flagefinal Qt.GestureFlagsQt.GestureFlags.setFlag(Qt.GestureFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type Qt.GestureFlagModifierConstructorDescriptionGestureFlags(Qt.GestureFlag ... args) Creates a new GestureFlags where the flags inargsare set. -
Uses of Qt.GestureFlag in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.GestureFlagModifier and TypeMethodDescriptionfinal voidQGraphicsObject.grabGesture(Qt.GestureType type, Qt.GestureFlag ... flags) Overloaded function forQGraphicsObject.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags).final voidQWidget.grabGesture(Qt.GestureType type, Qt.GestureFlag ... flags) Overloaded function forQWidget.grabGesture(io.qt.core.Qt.GestureType, io.qt.core.Qt.GestureFlags).