mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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.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   *
 | 
						|
 ************************************************************************/
 |