Class: QgsTemporalControllerWidget¶
A widget for controlling playback properties of a
QgsTemporalController
.
Added in version 3.14.
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as an inline panel. |
|
Methods
Returns the temporal controller object used by this object in navigation. |
- class qgis.gui.QgsTemporalControllerWidget[source]¶
Bases:
QgsPanelWidget
- __init__(parent: QWidget | None = None)
Constructor for QgsTemporalControllerWidget, with the specified
parent
widget.- Parameters:
parent (Optional[QWidget] = None)
- temporalController(self) QgsTemporalNavigationObject | None [source]¶
Returns the temporal controller object used by this object in navigation.
The dock widget retains ownership of the returned object.
- Return type:
Optional[QgsTemporalNavigationObject]