- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QWebEngineSettings.WebAttribute>
,Constable
- Enclosing class:
QWebEngineSettings
Java wrapper for Qt enum QWebEngineSettings::WebAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresenting QWebEngineSettings::Accelerated2dCanvasEnabledRepresenting QWebEngineSettings::AllowRunningInsecureContentRepresenting QWebEngineSettings::AutoLoadIconsForPageRepresenting QWebEngineSettings::AutoLoadImagesRepresenting QWebEngineSettings::DnsPrefetchEnabledRepresenting QWebEngineSettings::ErrorPageEnabledRepresenting QWebEngineSettings::FocusOnNavigationEnabledRepresenting QWebEngineSettings::FullScreenSupportEnabledRepresenting QWebEngineSettings::HyperlinkAuditingEnabledRepresenting QWebEngineSettings::JavascriptCanAccessClipboardRepresenting QWebEngineSettings::JavascriptCanOpenWindowsRepresenting QWebEngineSettings::JavascriptCanPasteRepresenting QWebEngineSettings::JavascriptEnabledRepresenting QWebEngineSettings::LinksIncludedInFocusChainRepresenting QWebEngineSettings::LocalContentCanAccessFileUrlsRepresenting QWebEngineSettings::LocalContentCanAccessRemoteUrlsRepresenting QWebEngineSettings::LocalStorageEnabledRepresenting QWebEngineSettings::NavigateOnDropEnabledRepresenting QWebEngineSettings::PdfViewerEnabledRepresenting QWebEngineSettings::PlaybackRequiresUserGestureRepresenting QWebEngineSettings::PluginsEnabledRepresenting QWebEngineSettings::PrintElementBackgroundsRepresenting QWebEngineSettings::ScreenCaptureEnabledRepresenting QWebEngineSettings::ScrollAnimatorEnabledRepresenting QWebEngineSettings::ShowScrollBarsRepresenting QWebEngineSettings::SpatialNavigationEnabledRepresenting QWebEngineSettings::TouchIconsEnabledRepresenting QWebEngineSettings::WebGLEnabledRepresenting QWebEngineSettings::WebRTCPublicInterfacesOnlyRepresenting QWebEngineSettings::XSSAuditingEnabled -
Method Summary
Modifier and TypeMethodDescriptionresolve
(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.Returns the enum constant of this type with the specified name.static QWebEngineSettings.WebAttribute[]
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
-
AutoLoadImages
Representing QWebEngineSettings::AutoLoadImages
-
JavascriptEnabled
Representing QWebEngineSettings::JavascriptEnabled
-
JavascriptCanOpenWindows
Representing QWebEngineSettings::JavascriptCanOpenWindows
-
JavascriptCanAccessClipboard
Representing QWebEngineSettings::JavascriptCanAccessClipboard
-
LinksIncludedInFocusChain
Representing QWebEngineSettings::LinksIncludedInFocusChain
-
LocalStorageEnabled
Representing QWebEngineSettings::LocalStorageEnabled
-
LocalContentCanAccessRemoteUrls
Representing QWebEngineSettings::LocalContentCanAccessRemoteUrls
-
XSSAuditingEnabled
Representing QWebEngineSettings::XSSAuditingEnabled
-
LocalContentCanAccessFileUrls
Representing QWebEngineSettings::LocalContentCanAccessFileUrls
-
HyperlinkAuditingEnabled
Representing QWebEngineSettings::HyperlinkAuditingEnabled
-
ScrollAnimatorEnabled
Representing QWebEngineSettings::ScrollAnimatorEnabled
-
ErrorPageEnabled
Representing QWebEngineSettings::ErrorPageEnabled
-
PluginsEnabled
Representing QWebEngineSettings::PluginsEnabled
-
FullScreenSupportEnabled
Representing QWebEngineSettings::FullScreenSupportEnabled
-
ScreenCaptureEnabled
Representing QWebEngineSettings::ScreenCaptureEnabled
-
WebGLEnabled
Representing QWebEngineSettings::WebGLEnabled
-
Accelerated2dCanvasEnabled
Representing QWebEngineSettings::Accelerated2dCanvasEnabled
-
AutoLoadIconsForPage
Representing QWebEngineSettings::AutoLoadIconsForPage
-
TouchIconsEnabled
Representing QWebEngineSettings::TouchIconsEnabled
-
PrintElementBackgrounds
Representing QWebEngineSettings::PrintElementBackgrounds
-
AllowRunningInsecureContent
Representing QWebEngineSettings::AllowRunningInsecureContent
-
AllowGeolocationOnInsecureOrigins
-
AllowWindowActivationFromJavaScript
-
ShowScrollBars
Representing QWebEngineSettings::ShowScrollBars
-
PlaybackRequiresUserGesture
Representing QWebEngineSettings::PlaybackRequiresUserGesture
-
WebRTCPublicInterfacesOnly
Representing QWebEngineSettings::WebRTCPublicInterfacesOnly
-
JavascriptCanPaste
Representing QWebEngineSettings::JavascriptCanPaste
-
DnsPrefetchEnabled
Representing QWebEngineSettings::DnsPrefetchEnabled
-
PdfViewerEnabled
Representing QWebEngineSettings::PdfViewerEnabled
-
-
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
-