QgsAnalysis class
QgsAnalysis is a singleton class containing various registry and other global members related to analysis classes.
Contents
Public static functions
- static auto geometryCheckRegistry() -> QgsGeometryCheckRegistry*
- Returns the global geometry checker registry, used for managing all geometry check factories.
- static auto instance() -> QgsAnalysis*
- Returns a pointer to the singleton instance.
Constructors, destructors, conversion operators
- QgsAnalysis(const QgsAnalysis& other) deleted
- QgsAnalysis cannot be copied.
Public functions
- auto operator=(const QgsAnalysis& other) -> QgsAnalysis& deleted
- QgsAnalysis cannot be copied.