mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/analysis/qgsanalysis.h                                           *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsAnalysis
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
A singleton class containing various registry and other global members
 | 
						|
related to analysis classes.
 | 
						|
 | 
						|
.. versionadded:: 3.4
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsanalysis.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    static QgsAnalysis *instance();
 | 
						|
%Docstring
 | 
						|
Returns a pointer to the singleton instance.
 | 
						|
%End
 | 
						|
 | 
						|
    static QgsGeometryCheckRegistry *geometryCheckRegistry() /KeepReference/;
 | 
						|
%Docstring
 | 
						|
Returns the global geometry checker registry, used for managing all
 | 
						|
geometry check factories.
 | 
						|
%End
 | 
						|
 | 
						|
  private:
 | 
						|
    QgsAnalysis( const QgsAnalysis &other );
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/analysis/qgsanalysis.h                                           *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |