Public Member Functions | |
| CefRefPtr< CefDownloadItem > | cefDownloadItem () |
| cefDownloadItem More... | |
| QString | contentDisposition () |
| contentDisposition More... | |
| int64 | currentSpeed () |
| currentSpeed More... | |
| DownloadItem (CefRefPtr< CefDownloadItem > item) | |
| DownloadItem - construct DownloadItem from the CEF item. More... | |
| DownloadItem (const DownloadItem &)=delete | |
| QDateTime | endTime () |
| endTime More... | |
| QString | fullPath () |
| fullPath More... | |
| uint32 | id () |
| id More... | |
| bool | isCanceled () |
| isCanceled More... | |
| bool | isComplete () |
| isComplete More... | |
| bool | isInProgress () |
| isInProgress More... | |
| QString | mimeType () |
| mimeType More... | |
| DownloadItem & | operator= (const DownloadItem &)=delete |
| QString | originalUrl () |
| originalUrl More... | |
| float | progress () |
| progress More... | |
| int64 | receivedBytes () |
| receivedBytes More... | |
| QDateTime | startTime () |
| startTime More... | |
| QString | suggestedFilename () |
| suggestedFilename More... | |
| int64 | totalBytes () |
| totalBytes More... | |
| QString | url () |
| url More... | |
Protected Member Functions | |
| void | suggestName (const CefString &suggestedName) |
Friends | |
| class | DownloadHandler |
| WebBrowserCef::DownloadItem::DownloadItem | ( | CefRefPtr< CefDownloadItem > | item | ) |
DownloadItem - construct DownloadItem from the CEF item.
| item | NOTE - this method is called by the DownloadHandler and a pointer to the resulting object is passed to subclasses of DownloadHandler so this method should not generally be called directly |
| CefRefPtr<CefDownloadItem> WebBrowserCef::DownloadItem::cefDownloadItem | ( | ) |
cefDownloadItem
| QString WebBrowserCef::DownloadItem::contentDisposition | ( | ) |
contentDisposition
| int64 WebBrowserCef::DownloadItem::currentSpeed | ( | ) |
currentSpeed
| QDateTime WebBrowserCef::DownloadItem::endTime | ( | ) |
endTime
| QString WebBrowserCef::DownloadItem::fullPath | ( | ) |
fullPath
| uint32 WebBrowserCef::DownloadItem::id | ( | ) |
id
| bool WebBrowserCef::DownloadItem::isCanceled | ( | ) |
isCanceled
| bool WebBrowserCef::DownloadItem::isComplete | ( | ) |
isComplete
| bool WebBrowserCef::DownloadItem::isInProgress | ( | ) |
isInProgress
| QString WebBrowserCef::DownloadItem::mimeType | ( | ) |
mimeType
| QString WebBrowserCef::DownloadItem::originalUrl | ( | ) |
originalUrl
| float WebBrowserCef::DownloadItem::progress | ( | ) |
progress
| int64 WebBrowserCef::DownloadItem::receivedBytes | ( | ) |
receivedBytes
| QDateTime WebBrowserCef::DownloadItem::startTime | ( | ) |
startTime
| QString WebBrowserCef::DownloadItem::suggestedFilename | ( | ) |
suggestedFilename
| int64 WebBrowserCef::DownloadItem::totalBytes | ( | ) |
totalBytes
| QString WebBrowserCef::DownloadItem::url | ( | ) |
url