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¶
Base classes¶
Subclasses¶
Implements a temporal controller based on a frame by frame navigation and animation. |
Signals
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)