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.

New in version 3.14.

Parameters

parent

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) –