Class: QgsTemporalController

class qgis.core.QgsTemporalController(parent: QObject = None)

Bases: PyQt5.QtCore.QObject

Constructor for QgsTemporalController, with the specified parent object.

A controller base class for temporal objects, contains a signal for notifying updates of the objects temporal range.

Methods

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

receivers

sender

senderSignalIndex

timerEvent

Signals

updateTemporalRange

Signals that a temporal range has changed and needs to be updated in all connected objects.

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod)bool
receivers(self, PYQT_SIGNAL)int
sender(self)QObject
senderSignalIndex(self)int
timerEvent(self, QTimerEvent)
updateTemporalRange

Signals that a temporal range has changed and needs to be updated in all connected objects. [signal]

Parameters

range (QgsDateTimeRange) –