16 #ifndef QGSFILEDOWNLOADER_H 17 #define QGSFILEDOWNLOADER_H 21 #include <QNetworkReply> 22 #include <QProgressDialog> 55 void downloadCompleted();
57 void downloadExited();
59 void downloadCanceled();
63 void downloadProgress( qint64 bytesReceived, qint64 bytesTotal );
71 void onDownloadCanceled();
79 void onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal );
81 void onRequestTimedOut();
102 void error(
QString errorMessage );
107 bool mDownloadCanceled;
109 bool mGuiNotificationsEnabled;
112 #endif // QGSFILEDOWNLOADER_H
QgsFileDownloader is a utility class for downloading files.