QGIS/python/PyQt6/gui/auto_generated/raster/qgsrasterlayertemporalpropertieswidget.sip.in
2024-08-13 20:28:55 +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.py 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.py again *
************************************************************************/