Qt 5.15
Qt WebEngine
C++ Classes
QWebEngineDownloadItem
Qt 5.15.17 Reference Documentation
List of All Members for QWebEngineDownloadItem
This is the complete list of members for
QWebEngineDownloadItem
, including inherited members.
enum
DownloadInterruptReason
enum
DownloadState
enum
SavePageFormat
accept
()
cancel
()
downloadProgress
(qint64 , qint64 )
finished
()
isPausedChanged
(bool )
pause
()
resume
()
stateChanged
(QWebEngineDownloadItem::DownloadState )
downloadDirectory
() const : QString
downloadFileName
() const : QString
id
() const : quint32
interruptReason
() const : QWebEngineDownloadItem::DownloadInterruptReason
interruptReasonString
() const : QString
isFinished
() const : bool
isPaused
() const : bool
isSavePageDownload
() const : bool
mimeType
() const : QString
page
() const : QWebEnginePage *
receivedBytes
() const : qint64
savePageFormat
() const : QWebEngineDownloadItem::SavePageFormat
setDownloadDirectory
(const QString &)
setDownloadFileName
(const QString &)
setSavePageFormat
(QWebEngineDownloadItem::SavePageFormat )
state
() const : QWebEngineDownloadItem::DownloadState
suggestedFileName
() const : QString
totalBytes
() const : qint64
url
() const : QUrl