Class: QgsExternalStorageFetchedContent

Class for QgsExternalStorage fetched content

Added in version 3.22.

Class Hierarchy

Inheritance diagram of qgis.core.QgsExternalStorageFetchedContent

Base classes

QgsExternalStorageContent

Base class for QgsExternalStorage stored and fetched content

QObject

Methods

fetch

Starts fetching

filePath

Returns fetched resource file path

Signals

fetched

The signal is emitted when the resource has successfully been fetched

class qgis.core.QgsExternalStorageFetchedContent[source]

Bases: QgsExternalStorageContent

fetch(self)[source]

Starts fetching

signal fetched[source]

The signal is emitted when the resource has successfully been fetched

filePath(self) str[source]

Returns fetched resource file path

Return type:

str