Class: QgsExternalStorageStoredContent

class qgis.core.QgsExternalStorageStoredContent

Bases: QgsExternalStorageContent

Class for QgsExternalStorage stored content

New in version 3.22:

Methods

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

receivers

reportError

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

sender

senderSignalIndex

store

Starts storing

timerEvent

url

Returns stored resource URL

Signals

stored

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

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
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
store(self)

Starts storing

stored

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

timerEvent(self, QTimerEvent)
url(self) str

Returns stored resource URL

Return type

str