mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This mode can be used when each band in the raster layer is associated with a fixed time range, eg. NetCDF files. The user can either manually populate a table with begin/end dates for each band in the raster, or build the table using QGIS expressions which return datetime values.
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrasterlayertemporalpropertieswidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsRasterLayerTemporalPropertiesWidget : QWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
A widget for configuring the temporal properties for a raster layer.
|
|
|
|
.. versionadded:: 3.14
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsrasterlayertemporalpropertieswidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsRasterLayerTemporalPropertiesWidget( QWidget *parent = 0, QgsRasterLayer *layer = 0 );
|
|
%Docstring
|
|
Constructor for QgsRasterLayerTemporalPropertiesWidget.
|
|
%End
|
|
|
|
void saveTemporalProperties();
|
|
%Docstring
|
|
Save widget temporal properties inputs.
|
|
%End
|
|
|
|
void syncToLayer();
|
|
%Docstring
|
|
Updates the widget state to match the current layer state.
|
|
%End
|
|
|
|
void addWidget( QgsMapLayerConfigWidget *widget /Transfer/ );
|
|
%Docstring
|
|
Adds a child ``widget`` to the properties widget.
|
|
|
|
.. versionadded:: 3.20
|
|
%End
|
|
|
|
};
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrasterlayertemporalpropertieswidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|