Class: QgsExternalStorageFetchedContent

Abstract base class for QgsExternalStorage fetched content.

Added in version 3.22.

Note

This is an abstract class, with methods which must be implemented by a subclass.

The following methods must be implemented: fetch(), filePath()

Class Hierarchy

Inheritance diagram of qgis.core.QgsExternalStorageFetchedContent

Base classes

QgsExternalStorageContent

Base class for QgsExternalStorage stored and fetched content.

QObject

Abstract 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

abstract fetch(self)[source]

Starts fetching

signal fetched[source]

The signal is emitted when the resource has successfully been fetched

abstract filePath(self) str[source]

Returns fetched resource file path

Return type:

str