- 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 ConstantsEnum ConstantDescriptionRepresenting Qt::AA_AttributeCountRepresenting Qt::AA_CompressHighFrequencyEventsRepresenting Qt::AA_CompressTabletEventsDeprecated."High-DPI scaling is always enabled. " This attribute no longer has any effect.Representing Qt::AA_DisableNativeVirtualKeyboardRepresenting Qt::AA_DisableSessionManagerRepresenting Qt::AA_DisableShaderDiskCacheRepresenting Qt::AA_DontCheckOpenGLContextThreadAffinityRepresenting Qt::AA_DontCreateNativeWidgetSiblingsRepresenting Qt::AA_DontShowIconsInMenusRepresenting Qt::AA_DontShowShortcutsInContextMenusRepresenting Qt::AA_DontUseNativeDialogsRepresenting Qt::AA_DontUseNativeMenuBarDeprecated."High-DPI scaling is always enabled. " This attribute no longer has any effect.Representing Qt::AA_ForceRasterWidgetsRepresenting Qt::AA_MacDontSwapCtrlAndMetaRepresenting Qt::AA_NativeWindowsRepresenting Qt::AA_PluginApplicationRepresenting Qt::AA_SetPaletteRepresenting Qt::AA_ShareOpenGLContextsRepresenting Qt::AA_SynthesizeMouseForUnhandledTabletEventsRepresenting Qt::AA_SynthesizeMouseForUnhandledTouchEventsRepresenting Qt::AA_SynthesizeTouchForUnhandledMouseEventsRepresenting Qt::AA_Use96DpiRepresenting Qt::AA_UseDesktopOpenGLDeprecated."High-DPI pixmaps are always enabled. " This attribute no longer has any effect.Representing Qt::AA_UseOpenGLESRepresenting Qt::AA_UseSoftwareOpenGLRepresenting Qt::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.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
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."High-DPI pixmaps are always enabled. " This attribute no longer has any effect.Representing Qt::AA_UseHighDpiPixmaps
-
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."High-DPI scaling is always enabled. " This attribute no longer has any effect.Representing Qt::AA_EnableHighDpiScaling
-
AA_DisableHighDpiScaling
Deprecated."High-DPI scaling is always enabled. " This attribute no longer has any effect.Representing Qt::AA_DisableHighDpiScaling
-
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
-