Class: QgsExternalStorageFetchedContent

class qgis.core.QgsExternalStorageFetchedContent

Bases: QgsExternalStorageContent

Class for QgsExternalStorage fetched content

New in version 3.22:

Methods

childEvent

connectNotify

customEvent

disconnectNotify

fetch

Starts fetching

filePath

Returns fetched resource file path

isSignalConnected

receivers

reportError

Update content according to given errorMsg error message Inherited classes should call this method whenever they meet an error.

sender

senderSignalIndex

timerEvent

Signals

fetched

The signal is emitted when the resource has successfully been fetched [signal]

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
fetch(self)

Starts fetching

fetched

The signal is emitted when the resource has successfully been fetched [signal]

filePath(self) str

Returns fetched resource file path

Return type

str

isSignalConnected(self, QMetaMethod) bool
receivers(self, PYQT_SIGNAL) int
reportError(self, errorMsg: str)

Update content according to given errorMsg error message Inherited classes should call this method whenever they meet an error.

sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)