QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsVectorLayerTemporalPropertiesWidget Class Reference

A widget for configuring the temporal properties for a vector layer. More...

#include <qgsvectorlayertemporalpropertieswidget.h>

Inheritance diagram for QgsVectorLayerTemporalPropertiesWidget:
Inheritance graph
[legend]

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...
 

Detailed Description

A widget for configuring the temporal properties for a vector layer.

Since
QGIS 3.14

Definition at line 34 of file qgsvectorlayertemporalpropertieswidget.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerTemporalPropertiesWidget()

QgsVectorLayerTemporalPropertiesWidget::QgsVectorLayerTemporalPropertiesWidget ( QWidget *  parent = nullptr,
QgsVectorLayer layer = nullptr 
)

Member Function Documentation

◆ createExpressionContext()

QgsExpressionContext QgsVectorLayerTemporalPropertiesWidget::createExpressionContext ( ) const
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.

◆ saveTemporalProperties()

void QgsVectorLayerTemporalPropertiesWidget::saveTemporalProperties ( )

Save widget temporal properties inputs.

Definition at line 120 of file qgsvectorlayertemporalpropertieswidget.cpp.

◆ syncToLayer()

void QgsVectorLayerTemporalPropertiesWidget::syncToLayer ( )

Updates the widget state to match the current layer state.

Definition at line 169 of file qgsvectorlayertemporalpropertieswidget.cpp.


The documentation for this class was generated from the following files: