QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsGeometryCheckResolutionMethod Class Reference

This class implements a resolution for problems detected in geometry checks. More...

#include <qgsgeometrycheckresolutionmethod.h>

Public Member Functions

 QgsGeometryCheckResolutionMethod (int id, const QString &name, const QString &description, bool isStable=true)
 Creates a new method with the specified parameters. More...
 
QString description () const
 A human readable and translated description for this fix. More...
 
int id () const
 An id that is unique per check. More...
 
bool isStable () const
 If this fix is stable enough to be listed by default. More...
 
QString name () const
 A human readable and translated name for this fix. More...
 

Detailed Description

This class implements a resolution for problems detected in geometry checks.

Since
QGIS 3.12

Definition at line 28 of file qgsgeometrycheckresolutionmethod.h.

Constructor & Destructor Documentation

◆ QgsGeometryCheckResolutionMethod()

QgsGeometryCheckResolutionMethod::QgsGeometryCheckResolutionMethod ( int  id,
const QString &  name,
const QString &  description,
bool  isStable = true 
)

Creates a new method with the specified parameters.

Definition at line 18 of file qgsgeometrycheckresolutionmethod.cpp.

Member Function Documentation

◆ description()

QString QgsGeometryCheckResolutionMethod::description ( ) const

A human readable and translated description for this fix.

Definition at line 41 of file qgsgeometrycheckresolutionmethod.cpp.

◆ id()

int QgsGeometryCheckResolutionMethod::id ( ) const

An id that is unique per check.

This will be used to trigger resolutions.

Definition at line 26 of file qgsgeometrycheckresolutionmethod.cpp.

◆ isStable()

bool QgsGeometryCheckResolutionMethod::isStable ( ) const

If this fix is stable enough to be listed by default.

Definition at line 31 of file qgsgeometrycheckresolutionmethod.cpp.

◆ name()

QString QgsGeometryCheckResolutionMethod::name ( ) const

A human readable and translated name for this fix.

Definition at line 36 of file qgsgeometrycheckresolutionmethod.cpp.


The documentation for this class was generated from the following files: