QGIS/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckresolutionmethod.sip.in
2020-01-14 19:07:59 +01:00

51 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsGeometryCheckResolutionMethod
{
%Docstring
This class implements a resolution for problems detected in geometry checks.
.. versionadded:: 3.12
%End
%TypeHeaderCode
#include "qgsgeometrycheckresolutionmethod.h"
%End
public:
QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool isStable = true );
int id() const;
bool isStable() const;
%Docstring
If this fix is stable enough to be listed by default.
%End
QString name() const;
%Docstring
A human readable and translated name for this fix.
%End
QString description() const;
%Docstring
A human readable and translated description for this fix.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/