- 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 ConstantDescriptionRepresentingQWebEngineSettings::
Accelerated2dCanvasEnabled RepresentingQWebEngineSettings::
AllowRunningInsecureContent RepresentingQWebEngineSettings::
AutoLoadIconsForPage RepresentingQWebEngineSettings::
AutoLoadImages RepresentingQWebEngineSettings::
DnsPrefetchEnabled RepresentingQWebEngineSettings::
ErrorPageEnabled RepresentingQWebEngineSettings::
FocusOnNavigationEnabled RepresentingQWebEngineSettings::
ForceDarkMode RepresentingQWebEngineSettings::
FullScreenSupportEnabled RepresentingQWebEngineSettings::
HyperlinkAuditingEnabled RepresentingQWebEngineSettings::
JavascriptCanAccessClipboard RepresentingQWebEngineSettings::
JavascriptCanOpenWindows RepresentingQWebEngineSettings::
JavascriptCanPaste RepresentingQWebEngineSettings::
JavascriptEnabled RepresentingQWebEngineSettings::
LinksIncludedInFocusChain RepresentingQWebEngineSettings::
LocalContentCanAccessFileUrls RepresentingQWebEngineSettings::
LocalContentCanAccessRemoteUrls RepresentingQWebEngineSettings::
LocalStorageEnabled RepresentingQWebEngineSettings::
NavigateOnDropEnabled RepresentingQWebEngineSettings::
PdfViewerEnabled RepresentingQWebEngineSettings::
PlaybackRequiresUserGesture RepresentingQWebEngineSettings::
PluginsEnabled RepresentingQWebEngineSettings::
PrintElementBackgrounds RepresentingQWebEngineSettings::
ReadingFromCanvasEnabled RepresentingQWebEngineSettings::
ScreenCaptureEnabled RepresentingQWebEngineSettings::
ScrollAnimatorEnabled RepresentingQWebEngineSettings::
ShowScrollBars RepresentingQWebEngineSettings::
SpatialNavigationEnabled RepresentingQWebEngineSettings::
TouchIconsEnabled RepresentingQWebEngineSettings::
WebGLEnabled RepresentingQWebEngineSettings::
WebRTCPublicInterfacesOnly RepresentingQWebEngineSettings::
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.QtAbstractEnumerator
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 -
ReadingFromCanvasEnabled
Representing
QWebEngineSettings::
ReadingFromCanvasEnabled -
ForceDarkMode
Representing
QWebEngineSettings::
ForceDarkMode
-
-
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
-