@Namespace(value="Qt") public static enum Qt5Core.GestureFlag extends Enum<Qt5Core.GestureFlag>
| Enum Constant and Description |
|---|
DontStartGestureOnChildren |
IgnoredGesturesPropagateToParent |
ReceivePartialGestures |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Qt5Core.GestureFlag |
intern() |
String |
toString() |
static Qt5Core.GestureFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qt5Core.GestureFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qt5Core.GestureFlag DontStartGestureOnChildren
public static final Qt5Core.GestureFlag ReceivePartialGestures
public static final Qt5Core.GestureFlag IgnoredGesturesPropagateToParent
public static Qt5Core.GestureFlag[] values()
for (Qt5Core.GestureFlag c : Qt5Core.GestureFlag.values()) System.out.println(c);
public static Qt5Core.GestureFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Qt5Core.GestureFlag intern()
public String toString()
toString in class Enum<Qt5Core.GestureFlag>Copyright © 2020. All rights reserved.