QGIS/python/gui/auto_generated/raster/qgsrasterlayertemporalpropertieswidget.sip.in
Nyall Dawson 3f44760a82 Add "Fixed Time Range Per Band" mode for raster temporal control
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.
2024-03-22 12:40:54 +10:00

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 *
************************************************************************/