Qt 6.4
Qt WebEngine
C++ Classes
QtWebEngineCore
QWebEngineDownloadRequest
Qt 6.4.2 Reference Documentation
List of All Members for QWebEngineDownloadRequest
This is the complete list of members for
QWebEngineDownloadRequest
, including inherited members.
enum
DownloadInterruptReason
enum
DownloadState
enum
SavePageFormat
accept
()
cancel
()
downloadDirectoryChanged
()
downloadFileNameChanged
()
interruptReasonChanged
()
isFinishedChanged
()
isPausedChanged
()
pause
()
receivedBytesChanged
()
resume
()
savePageFormatChanged
()
stateChanged
(QWebEngineDownloadRequest::DownloadState)
totalBytesChanged
()
downloadDirectory
() const : QString
downloadFileName
() const : QString
id
() const : quint32
interruptReason
() const : QWebEngineDownloadRequest::DownloadInterruptReason
interruptReasonString
() const : QString
isFinished
() const : bool
isPaused
() const : bool
isSavePageDownload
() const : bool
mimeType
() const : QString
page
() const : QWebEnginePage *
receivedBytes
() const : qint64
savePageFormat
() const : QWebEngineDownloadRequest::SavePageFormat
setDownloadDirectory
(const QString &)
setDownloadFileName
(const QString &)
setSavePageFormat
(QWebEngineDownloadRequest::SavePageFormat)
state
() const : QWebEngineDownloadRequest::DownloadState
suggestedFileName
() const : QString
totalBytes
() const : qint64
url
() const : QUrl