mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	via their GUI metadata Allows providers to create layer properties pages, giving us a nice way to keep provider-specific logic out of the layer properties classes.
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/raster/qgsrasterlayerproperties.h                            *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsRasterLayerProperties : QgsOptionsDialogBase
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Property sheet for a raster map layer
 | 
						|
 | 
						|
.. versionadded:: 3.12
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsrasterlayerproperties.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
 | 
						|
    QgsRasterLayerProperties( QgsMapLayer *lyr, QgsMapCanvas *canvas, QWidget *parent = 0, Qt::WindowFlags = QgsGuiUtils::ModalDialogFlags );
 | 
						|
%Docstring
 | 
						|
Constructor
 | 
						|
 | 
						|
:param lyr: Map layer for which properties will be displayed
 | 
						|
:param canvas: the :py:class:`QgsMapCanvas` instance
 | 
						|
:param parent: the parent of this widget
 | 
						|
:param fl: windows flag
 | 
						|
%End
 | 
						|
 | 
						|
    void addPropertiesPageFactory( const QgsMapLayerConfigWidgetFactory *factory );
 | 
						|
%Docstring
 | 
						|
Adds a properties page factory to the raster layer properties dialog.
 | 
						|
 | 
						|
.. versionadded:: 3.18
 | 
						|
%End
 | 
						|
 | 
						|
  protected slots:
 | 
						|
 | 
						|
};
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/raster/qgsrasterlayerproperties.h                            *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |