QgsImageFetcher class
Handles asynchronous download of images.
Contents
Constructors, destructors, conversion operators
- QgsImageFetcher(QObject* parent = nullptr)
- Constructor.
Public functions
- void start() pure virtual
- Starts the image download.
Signals
Function documentation
void QgsImageFetcher:: start() pure virtual
Starts the image download.
void QgsImageFetcher:: finish(const QImage& legend) signal
Emitted when the download completes.
| Parameters | |
|---|---|
| legend | The downloaded legend image |