Class: QgsTemporalControllerWidget

A widget for controlling playback properties of a QgsTemporalController.

Added in version 3.14.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsTemporalControllerWidget

Base classes

QgsPanelWidget

Base class for any widget that can be shown as a inline panel

QWidget

QObject

QPaintDevice

Methods

temporalController

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]