@Namespace(value="Qt") public static enum Qt5Core.InputMethodHint extends Enum<Qt5Core.InputMethodHint>
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Qt5Core.InputMethodHint |
intern() |
String |
toString() |
static Qt5Core.InputMethodHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qt5Core.InputMethodHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qt5Core.InputMethodHint ImhNone
public static final Qt5Core.InputMethodHint ImhHiddenText
public static final Qt5Core.InputMethodHint ImhSensitiveData
public static final Qt5Core.InputMethodHint ImhNoAutoUppercase
public static final Qt5Core.InputMethodHint ImhPreferNumbers
public static final Qt5Core.InputMethodHint ImhPreferUppercase
public static final Qt5Core.InputMethodHint ImhPreferLowercase
public static final Qt5Core.InputMethodHint ImhNoPredictiveText
public static final Qt5Core.InputMethodHint ImhDate
public static final Qt5Core.InputMethodHint ImhTime
public static final Qt5Core.InputMethodHint ImhPreferLatin
public static final Qt5Core.InputMethodHint ImhMultiLine
public static final Qt5Core.InputMethodHint ImhNoEditMenu
public static final Qt5Core.InputMethodHint ImhNoTextHandles
public static final Qt5Core.InputMethodHint ImhDigitsOnly
public static final Qt5Core.InputMethodHint ImhFormattedNumbersOnly
public static final Qt5Core.InputMethodHint ImhUppercaseOnly
public static final Qt5Core.InputMethodHint ImhLowercaseOnly
public static final Qt5Core.InputMethodHint ImhDialableCharactersOnly
public static final Qt5Core.InputMethodHint ImhEmailCharactersOnly
public static final Qt5Core.InputMethodHint ImhUrlCharactersOnly
public static final Qt5Core.InputMethodHint ImhLatinOnly
public static final Qt5Core.InputMethodHint ImhExclusiveInputMask
public static Qt5Core.InputMethodHint[] values()
for (Qt5Core.InputMethodHint c : Qt5Core.InputMethodHint.values()) System.out.println(c);
public static Qt5Core.InputMethodHint 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.InputMethodHint intern()
public String toString()
toString
in class Enum<Qt5Core.InputMethodHint>
Copyright © 2020. All rights reserved.