| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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 78 of file qgsrasterlayertemporalpropertieswidget.h.
| QgsRasterLayerTemporalPropertiesWidget::QgsRasterLayerTemporalPropertiesWidget | ( | QWidget * | parent = nullptr,  | 
        
| QgsRasterLayer * | layer = nullptr  | 
        ||
| ) | 
Constructor for QgsRasterLayerTemporalPropertiesWidget.
Definition at line 35 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::addWidget | ( | QgsMapLayerConfigWidget * | widget | ) | 
Adds a child widget to the properties widget.
Definition at line 215 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::saveTemporalProperties | ( | ) | 
Save widget temporal properties inputs.
Definition at line 115 of file qgsrasterlayertemporalpropertieswidget.cpp.
| void QgsRasterLayerTemporalPropertiesWidget::syncToLayer | ( | ) | 
Updates the widget state to match the current layer state.
Definition at line 158 of file qgsrasterlayertemporalpropertieswidget.cpp.