mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/tiledscene/qgstiledscenelayerelevationproperties.h          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsTiledSceneLayerElevationProperties : QgsMapLayerElevationProperties
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Tiled scene layer specific subclass of :py:class:`QgsMapLayerElevationProperties`.
 | 
						|
 | 
						|
.. versionadded:: 3.34
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgstiledscenelayerelevationproperties.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsTiledSceneLayerElevationProperties( QObject *parent /TransferThis/ );
 | 
						|
%Docstring
 | 
						|
Constructor for QgsTiledSceneLayerElevationProperties, with the specified ``parent`` object.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual bool hasElevation() const;
 | 
						|
 | 
						|
    virtual QDomElement writeXml( QDomElement &element, QDomDocument &doc, const QgsReadWriteContext &context );
 | 
						|
 | 
						|
    virtual bool readXml( const QDomElement &element, const QgsReadWriteContext &context );
 | 
						|
 | 
						|
    virtual QgsTiledSceneLayerElevationProperties *clone() const /Factory/;
 | 
						|
 | 
						|
    virtual QString htmlSummary() const;
 | 
						|
 | 
						|
    virtual QgsDoubleRange calculateZRange( QgsMapLayer *layer ) const;
 | 
						|
 | 
						|
    virtual QList< double > significantZValues( QgsMapLayer *layer ) const;
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/tiledscene/qgstiledscenelayerelevationproperties.h          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |