QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 |
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 142 of file qgsvectorlayertemporalpropertieswidget.cpp.
void QgsVectorLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) |
Save widget temporal properties inputs.
Definition at line 101 of file qgsvectorlayertemporalpropertieswidget.cpp.
void QgsVectorLayerTemporalPropertiesWidget::syncToLayer | ( | ) |
Updates the widget state to match the current layer state.
Definition at line 149 of file qgsvectorlayertemporalpropertieswidget.cpp.