List of All Members for WebEngineView
这是完整成员列表为
WebEngineView
,包括继承的成员。
-
ErrorDomain
: enumeration
-
特征
: enumeration
-
FindFlags
: enumeration
-
JavaScriptConsoleMessageLevel
: enumeration
-
LifecycleState
: enumeration
-
LoadStatus
: enumeration
-
NewViewDestination
: enumeration
-
PrintedPageOrientation
: enumeration
-
PrintedPageSizeId
: enumeration
-
RenderProcessTerminationStatus
: enumeration
-
WebAction
: enumeration
-
activeFocusOnPress
: bool
-
audioMuted
: bool
-
backgroundColor
: bool
-
canGoBack
: bool
-
canGoForward
: bool
-
contentsSize
: size
-
devToolsView
: WebEngineView
-
icon
: url
-
inspectedView
: WebEngineView
-
isFullScreen
: bool
-
lifecycleState
: LifecycleState
-
loadProgress
: int
-
loading
: bool
-
navigationHistory
: WebEngineHistory
-
profile
: WebEngineProfile
-
recentlyAudible
: bool
-
recommendedState
: LifecycleState
-
renderProcessPid
: qint64
-
scrollPosition
: point
-
settings
: WebEngineSettings
-
title
: string
-
url
: url
-
userScripts
: list<WebEngineScript>
-
webChannel
: QQmlWebChannel
-
webChannelWorld
: int
-
zoomFactor
: real
-
WebEngineAction
action
(WebAction
action
)
-
activeFocusOnPressChanged
(bool
activeFocusOnPress
)
-
audioMutedChanged
(bool
muted
)
-
authenticationDialogRequested
(AuthenticationDialogRequest
request
)
-
backgroundColorChanged
()
-
certificateError
(WebEngineCertificateError
error
)
-
colorDialogRequested
(ColorDialogRequest
request
)
-
contextMenuRequested
(ContextMenuRequest
request
)
-
featurePermissionRequested
(url
securityOrigin
, Feature
feature
)
-
fileDialogRequested
(FileDialogRequest
request
)
-
void
findText
(string
subString
, FindFlags
options
, variant
resultCallback
)
-
void
findText
(string
subString
, FindFlags
options
)
-
void
findText
(string
subString
)
-
findTextFinished
(FindTextResult
result
)
-
formValidationMessageRequested
(FormValidationMessageRequest
request
)
(obsolete)
-
void
fullScreenCancelled
()
-
fullScreenRequested
(FullScreenRequest
request
)
-
geometryChangeRequested
(rect
geometry
, rect
frameGeometry
)
-
void
goBack
()
-
void
goBackOrForward
(int
offset
)
-
void
goForward
()
-
void
grantFeaturePermission
(url
securityOrigin
, Feature
feature
, bool
granted
)
-
javaScriptConsoleMessage
(JavaScriptConsoleMessageLevel
level
, string
message
, int
lineNumber
, string
sourceID
)
-
javaScriptDialogRequested
(JavaScriptDialogRequest
request
)
-
linkHovered
(url
hoveredUrl
)
-
void
loadHtml
(string
html
, url
baseUrl
)
-
loadingChanged
(WebEngineLoadRequest
loadRequest
)
-
navigationRequested
(WebEngineNavigationRequest
request
)
-
newViewRequested
(WebEngineNewViewRequest
request
)
-
pdfPrintingFinished
(string
filePath
, bool
success
)
-
printRequest
()
-
void
printToPdf
(variant
resultCallback
, PrintedPageSizeId
pageSizeId
, PrintedPageOrientation
orientation
)
-
void
printToPdf
(const string
filePath
, PrintedPageSizeId
pageSizeId
, PrintedPageOrientation
orientation
)
-
quotaRequested
(QuotaRequest
request
)
-
recentlyAudibleChanged
(bool
recentlyAudible
)
-
registerProtocolHandlerRequested
(RegisterProtocolHandlerRequest
request
)
-
void
reload
()
-
void
reloadAndBypassCache
()
-
renderProcessPidChanged
(qint64
pid
)
-
renderProcessTerminated
(RenderProcessTerminationStatus
terminationStatus
, int
exitCode
)
-
void
replaceMisspelledWord
(const QString &
replacement
)
-
void
runJavaScript
(string
script
, variant
callback
)
-
selectClientCertificate
(WebEngineClientCertificateSelection
clientCertificateSelection
)
-
void
setActiveFocusOnPress
(bool
arg
)
-
void
stop
()
-
tooltipRequested
(TooltipRequest
request
)
-
void
triggerWebAction
(WebAction
action
)
-
wasRecentlyAudibleChanged
(bool
wasRecentlyAudible
)
-
windowCloseRequested
()
The following members are inherited from
Item
.