QGIS/python/gui/auto_generated/raster/qgsrasterlayertemporalpropertieswidget.sip.in
Nyall Dawson 207be1dd66 Add mechanism for QgsMapLayerConfigWidgetFactory to create sub widgets
which are embedded into the raster layer temporal properties widget
2021-03-25 04:48:31 +10:00

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