#include <update_downloader.h>
◆ UpdateDownloader()
| UpdateDownloader::UpdateDownloader |
( |
QObject * | parent | ) |
|
|
explicit |
◆ beginDownload()
| void UpdateDownloader::beginDownload |
( |
QUrl | url | ) |
|
◆ downloadError
| void UpdateDownloader::downloadError |
( |
QNetworkReply::NetworkError | | ) |
|
|
privateslot |
◆ downloadProgress
| void UpdateDownloader::downloadProgress |
( |
qint64 | bytesRead, |
|
|
qint64 | totalBytes ) |
|
privateslot |
◆ downloadSuccessful
| void UpdateDownloader::downloadSuccessful |
( |
QUrl | filepath | ) |
|
|
signal |
◆ error
| void UpdateDownloader::error |
( |
QString | errorString | ) |
|
|
signal |
◆ fileFinished
| void UpdateDownloader::fileFinished |
( |
| ) |
|
|
privateslot |
◆ progressMade
| void UpdateDownloader::progressMade |
( |
qint64 | bytesRead, |
|
|
qint64 | totalBytes ) |
|
signal |
◆ stopDownload
| void UpdateDownloader::stopDownload |
( |
| ) |
|
|
signal |
◆ netMan
| QNetworkAccessManager* UpdateDownloader::netMan |
|
private |
◆ originalUrl
| QUrl UpdateDownloader::originalUrl |
|
private |
◆ response
| QNetworkReply* UpdateDownloader::response |
|
private |
The documentation for this class was generated from the following files: