|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
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... | |
This class implements a resolution for problems detected in geometry checks.
Definition at line 28 of file qgsgeometrycheckresolutionmethod.h.
| 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.
| QString QgsGeometryCheckResolutionMethod::description | ( | ) | const |
A human readable and translated description for this fix.
Definition at line 41 of file qgsgeometrycheckresolutionmethod.cpp.
| 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.
| bool QgsGeometryCheckResolutionMethod::isStable | ( | ) | const |
If this fix is stable enough to be listed by default.
Definition at line 31 of file qgsgeometrycheckresolutionmethod.cpp.
| QString QgsGeometryCheckResolutionMethod::name | ( | ) | const |
A human readable and translated name for this fix.
Definition at line 36 of file qgsgeometrycheckresolutionmethod.cpp.