Class for QgsExternalStorage fetched content.
More...
#include <qgsexternalstorage.h>
|
void | fetched () |
| The signal is emitted when the resource has successfully been fetched. More...
|
|
void | canceled () |
| The signal is emitted when content fetching/storing has been canceled. More...
|
|
void | errorOccurred (const QString &errorString) |
| The signal is emitted when an error occurred. More...
|
|
void | progressChanged (double progress) |
| The signal is emitted whenever content fetching/storing estimated progression value progress has changed. More...
|
|
Class for QgsExternalStorage fetched content.
- Since
- QGIS 3.22
Definition at line 170 of file qgsexternalstorage.h.
◆ fetch()
virtual void QgsExternalStorageFetchedContent::fetch |
( |
| ) |
|
|
pure virtual |
◆ fetched
void QgsExternalStorageFetchedContent::fetched |
( |
| ) |
|
|
signal |
The signal is emitted when the resource has successfully been fetched.
◆ filePath()
virtual QString QgsExternalStorageFetchedContent::filePath |
( |
| ) |
const |
|
pure virtual |
Returns fetched resource file path.
The documentation for this class was generated from the following file: