Class: QgsTemporalController

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

Added in version 3.14.

Class Hierarchy

Inheritance diagram of qgis.core.QgsTemporalController

Base classes

QObject

Subclasses

QgsTemporalNavigationObject

Implements a temporal controller based on a frame by frame navigation and animation.

Signals

updateTemporalRange

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

class qgis.core.QgsTemporalController[source]

Bases: QObject

__init__(parent: QObject | None = None)

Constructor for QgsTemporalController, with the specified parent object.

Parameters:

parent (Optional[QObject] = None)

signal updateTemporalRange(range: QgsDateTimeRange)[source]

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

Parameters:

range (QgsDateTimeRange)