Class: QgsVectorLayerTemporalContext

class qgis.core.QgsVectorLayerTemporalContext

Bases: sip.wrapper

Encapsulates the context in which a QgsVectorLayer’s temporal capabilities will be applied

Methods

layer

Returns the associated layer.

setLayer

Sets the associated layer.

layer(self)QgsVectorLayer

Returns the associated layer.

See also

setLayer()

Return type

QgsVectorLayer

setLayer(self, layer: QgsVectorLayer)

Sets the associated layer.

See also

layer()

Parameters

layer (QgsVectorLayer) –