| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A widget for configuring the temporal properties for a raster layer. More...
#include <qgsrasterlayertemporalpropertieswidget.h>

| Public Member Functions | |
| QgsRasterLayerTemporalPropertiesWidget (QWidget *parent=nullptr, QgsRasterLayer *layer=nullptr) | |
| Constructor for QgsRasterLayerTemporalPropertiesWidget.  More... | |
| void | addWidget (QgsMapLayerConfigWidget *widget SIP_TRANSFER) | 
| Adds a child widget to the properties widget.  More... | |
| void | saveTemporalProperties () | 
| Save widget temporal properties inputs.  More... | |
| void | syncToLayer () | 
| Updates the widget state to match the current layer state.  More... | |
A widget for configuring the temporal properties for a raster layer.
Definition at line 35 of file qgsrasterlayertemporalpropertieswidget.h.
| QgsRasterLayerTemporalPropertiesWidget::QgsRasterLayerTemporalPropertiesWidget | ( | QWidget * | parent = nullptr, | 
| QgsRasterLayer * | layer = nullptr | ||
| ) | 
Constructor for QgsRasterLayerTemporalPropertiesWidget.
Definition at line 27 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::addWidget | ( | QgsMapLayerConfigWidget *widget | SIP_TRANSFER | ) | 
Adds a child widget to the properties widget.
Definition at line 101 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) | 
Save widget temporal properties inputs.
Definition at line 56 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::syncToLayer | ( | ) | 
Updates the widget state to match the current layer state.
Definition at line 77 of file qgsrasterlayertemporalpropertieswidget.cpp.