| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
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. | |
| QgsExpressionContext | createExpressionContext () const override | 
| This method needs to be reimplemented in all classes which implement this interface and return an expression context. | |
| void | saveTemporalProperties () | 
| Save widget temporal properties inputs. | |
| void | syncToLayer () | 
| Updates the widget state to match the current layer state. | |
|  Public Member Functions inherited from QgsExpressionContextGenerator | |
| virtual | ~QgsExpressionContextGenerator ()=default | 
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 26 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 162 of file qgsvectorlayertemporalpropertieswidget.cpp.
| void QgsVectorLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) | 
Save widget temporal properties inputs.
Definition at line 120 of file qgsvectorlayertemporalpropertieswidget.cpp.
| void QgsVectorLayerTemporalPropertiesWidget::syncToLayer | ( | ) | 
Updates the widget state to match the current layer state.
Definition at line 169 of file qgsvectorlayertemporalpropertieswidget.cpp.