|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
A widget for configuring the temporal properties for a vector layer. More...
#include <qgsvectorlayertemporalpropertieswidget.h>

Public Member Functions | |
| QgsVectorLayerTemporalPropertiesWidget (QWidget *parent=nullptr, QgsVectorLayer *layer=nullptr) | |
| Constructor for QgsVectorLayerTemporalPropertiesWidget. More... | |
| QgsExpressionContext | createExpressionContext () const override |
| This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
| void | saveTemporalProperties () |
| Save widget temporal properties inputs. More... | |
| void | syncToLayer () |
| Updates the widget state to match the current layer state. More... | |
Public Member Functions inherited from QgsExpressionContextGenerator | |
| virtual | ~QgsExpressionContextGenerator ()=default |
| virtual QgsExpressionContext | createExpressionContext () const =0 |
| This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
A widget for configuring the temporal properties for a vector layer.
Definition at line 34 of file qgsvectorlayertemporalpropertieswidget.h.
| QgsVectorLayerTemporalPropertiesWidget::QgsVectorLayerTemporalPropertiesWidget | ( | QWidget * | parent = nullptr, |
| QgsVectorLayer * | layer = nullptr |
||
| ) |
Constructor for QgsVectorLayerTemporalPropertiesWidget.
Definition at line 28 of file qgsvectorlayertemporalpropertieswidget.cpp.
|
overridevirtual |
This method needs to be reimplemented in all classes which implement this interface and return an expression context.
Implements QgsExpressionContextGenerator.
Definition at line 164 of file qgsvectorlayertemporalpropertieswidget.cpp.
| void QgsVectorLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) |
Save widget temporal properties inputs.
Definition at line 122 of file qgsvectorlayertemporalpropertieswidget.cpp.
| void QgsVectorLayerTemporalPropertiesWidget::syncToLayer | ( | ) |
Updates the widget state to match the current layer state.
Definition at line 171 of file qgsvectorlayertemporalpropertieswidget.cpp.