QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Encapsulates any statistics we would like to keep about requests. More...
#include <qgstiledownloadmanager.h>
Public Attributes | |
int | networkRequestsFailed = 0 |
How many network requests have failed. | |
int | networkRequestsOk = 0 |
How many network requests have been successful. | |
int | networkRequestsStarted = 0 |
How many actual network requests were started. | |
int | requestsEarlyDeleted = 0 |
How many requests were deleted early by the client (i.e. lost interest) | |
int | requestsMerged = 0 |
How many requests were same as some other pending request and got "merged". | |
int | requestsTotal = 0 |
How many requests were done through the download manager. | |
Encapsulates any statistics we would like to keep about requests.
Definition at line 226 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsFailed = 0 |
How many network requests have failed.
Definition at line 241 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsOk = 0 |
How many network requests have been successful.
Definition at line 239 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsStarted = 0 |
How many actual network requests were started.
Definition at line 237 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsEarlyDeleted = 0 |
How many requests were deleted early by the client (i.e. lost interest)
Definition at line 234 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsMerged = 0 |
How many requests were same as some other pending request and got "merged".
Definition at line 232 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsTotal = 0 |
How many requests were done through the download manager.
Definition at line 230 of file qgstiledownloadmanager.h.