|
QGIS API Documentation 3.38.0-Grenoble (exported)
|
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. | |
| void | addWidget (QgsMapLayerConfigWidget *widget) |
| Adds a child widget to the properties widget. | |
| void | saveTemporalProperties () |
| Save widget temporal properties inputs. | |
| void | syncToLayer () |
| Updates the widget state to match the current layer state. | |
A widget for configuring the temporal properties for a raster layer.
Definition at line 82 of file qgsrasterlayertemporalpropertieswidget.h.
| QgsRasterLayerTemporalPropertiesWidget::QgsRasterLayerTemporalPropertiesWidget | ( | QWidget * | parent = nullptr, |
| QgsRasterLayer * | layer = nullptr |
||
| ) |
Constructor for QgsRasterLayerTemporalPropertiesWidget.
Definition at line 31 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::addWidget | ( | QgsMapLayerConfigWidget * | widget | ) |
Adds a child widget to the properties widget.
Definition at line 184 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) |
Save widget temporal properties inputs.
Definition at line 111 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::syncToLayer | ( | ) |
Updates the widget state to match the current layer state.
Definition at line 137 of file qgsrasterlayertemporalpropertieswidget.cpp.