- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<Qt.ApplicationAttribute>
,Constable
- Enclosing class:
Qt
Java wrapper for Qt enum Qt::ApplicationAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQt::
AA_AttributeCount RepresentingQt::
AA_CompressHighFrequencyEvents RepresentingQt::
AA_CompressTabletEvents Deprecated.RepresentingQt::
AA_DisableNativeVirtualKeyboard RepresentingQt::
AA_DisableSessionManager RepresentingQt::
AA_DisableShaderDiskCache RepresentingQt::
AA_DontCheckOpenGLContextThreadAffinity RepresentingQt::
AA_DontCreateNativeWidgetSiblings RepresentingQt::
AA_DontShowIconsInMenus RepresentingQt::
AA_DontShowShortcutsInContextMenus RepresentingQt::
AA_DontUseNativeDialogs RepresentingQt::
AA_DontUseNativeMenuBar Deprecated.RepresentingQt::
AA_ForceRasterWidgets RepresentingQt::
AA_MacDontSwapCtrlAndMeta RepresentingQt::
AA_NativeWindows RepresentingQt::
AA_PluginApplication RepresentingQt::
AA_QtQuickUseDefaultSizePolicy RepresentingQt::
AA_SetPalette RepresentingQt::
AA_ShareOpenGLContexts RepresentingQt::
AA_SynthesizeMouseForUnhandledTabletEvents RepresentingQt::
AA_SynthesizeMouseForUnhandledTouchEvents RepresentingQt::
AA_SynthesizeTouchForUnhandledMouseEvents RepresentingQt::
AA_Use96Dpi RepresentingQt::
AA_UseDesktopOpenGL Deprecated.RepresentingQt::
AA_UseOpenGLES RepresentingQt::
AA_UseSoftwareOpenGL RepresentingQt::
AA_UseStyleSheetPropagationInWidgetStyles -
Method Summary
Modifier and TypeMethodDescriptionstatic Qt.ApplicationAttribute
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static Qt.ApplicationAttribute
Returns the enum constant of this type with the specified name.static Qt.ApplicationAttribute[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
AA_QtQuickUseDefaultSizePolicy
Representing
Qt::
AA_QtQuickUseDefaultSizePolicy -
AA_DontShowIconsInMenus
Representing
Qt::
AA_DontShowIconsInMenus -
AA_NativeWindows
Representing
Qt::
AA_NativeWindows -
AA_DontCreateNativeWidgetSiblings
Representing
Qt::
AA_DontCreateNativeWidgetSiblings -
AA_PluginApplication
Representing
Qt::
AA_PluginApplication -
AA_DontUseNativeMenuBar
Representing
Qt::
AA_DontUseNativeMenuBar -
AA_MacDontSwapCtrlAndMeta
Representing
Qt::
AA_MacDontSwapCtrlAndMeta -
AA_Use96Dpi
Representing
Qt::
AA_Use96Dpi -
AA_DisableNativeVirtualKeyboard
Representing
Qt::
AA_DisableNativeVirtualKeyboard -
AA_SynthesizeTouchForUnhandledMouseEvents
Representing
Qt::
AA_SynthesizeTouchForUnhandledMouseEvents -
AA_SynthesizeMouseForUnhandledTouchEvents
Representing
Qt::
AA_SynthesizeMouseForUnhandledTouchEvents -
AA_UseHighDpiPixmaps
Deprecated. -
AA_ForceRasterWidgets
Representing
Qt::
AA_ForceRasterWidgets -
AA_UseDesktopOpenGL
Representing
Qt::
AA_UseDesktopOpenGL -
AA_UseOpenGLES
Representing
Qt::
AA_UseOpenGLES -
AA_UseSoftwareOpenGL
Representing
Qt::
AA_UseSoftwareOpenGL -
AA_SetPalette
Representing
Qt::
AA_SetPalette -
AA_EnableHighDpiScaling
Deprecated. -
AA_DisableHighDpiScaling
Deprecated. -
AA_UseStyleSheetPropagationInWidgetStyles
Representing
Qt::
AA_UseStyleSheetPropagationInWidgetStyles -
AA_DontUseNativeDialogs
Representing
Qt::
AA_DontUseNativeDialogs -
AA_SynthesizeMouseForUnhandledTabletEvents
Representing
Qt::
AA_SynthesizeMouseForUnhandledTabletEvents -
AA_CompressHighFrequencyEvents
Representing
Qt::
AA_CompressHighFrequencyEvents -
AA_DontCheckOpenGLContextThreadAffinity
Representing
Qt::
AA_DontCheckOpenGLContextThreadAffinity -
AA_DisableShaderDiskCache
Representing
Qt::
AA_DisableShaderDiskCache -
AA_DontShowShortcutsInContextMenus
Representing
Qt::
AA_DontShowShortcutsInContextMenus -
AA_CompressTabletEvents
Representing
Qt::
AA_CompressTabletEvents -
AA_DisableSessionManager
Representing
Qt::
AA_DisableSessionManager -
AA_AttributeCount
Representing
Qt::
AA_AttributeCount
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-