| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A singleton class containing various registry and other global members related to analysis classes. More...
#include <qgsanalysis.h>
Public Member Functions | |
| QgsAnalysis (const QgsAnalysis &other)=delete | |
| QgsAnalysis & | operator= (const QgsAnalysis &other)=delete | 
Static Public Member Functions | |
| static QgsGeometryCheckRegistry * | geometryCheckRegistry () | 
| Returns the global geometry checker registry, used for managing all geometry check factories.   | |
| static QgsAnalysis * | instance () | 
| Returns a pointer to the singleton instance.   | |
A singleton class containing various registry and other global members related to analysis classes.
Definition at line 34 of file qgsanalysis.h.
      
  | 
  delete | 
      
  | 
  static | 
Returns the global geometry checker registry, used for managing all geometry check factories.
Definition at line 35 of file qgsanalysis.cpp.
      
  | 
  static | 
Returns a pointer to the singleton instance.
Definition at line 29 of file qgsanalysis.cpp.
      
  | 
  delete |