Handles asynchronous download of images.
More...
#include <qgsrasterdataprovider.h>
Signals |
void | error (const QString &msg) |
void | finish (const QImage &legend) |
void | progress (qint64 received, qint64 total) |
Detailed Description
Handles asynchronous download of images.
- Note
- added in 2.8
Definition at line 59 of file qgsrasterdataprovider.h.
Constructor & Destructor Documentation
QgsImageFetcher::QgsImageFetcher |
( |
| ) |
|
|
inline |
virtual QgsImageFetcher::~QgsImageFetcher |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
void QgsImageFetcher::error |
( |
const QString & |
msg | ) |
|
|
signal |
void QgsImageFetcher::finish |
( |
const QImage & |
legend | ) |
|
|
signal |
void QgsImageFetcher::progress |
( |
qint64 |
received, |
|
|
qint64 |
total |
|
) |
| |
|
signal |
virtual void QgsImageFetcher::start |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: