Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Analysis again
  • Loading branch information
m-kuhn committed Jan 14, 2020
1 parent f6e388a commit 35d5176
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/analysis/analysis_auto.sip
Expand Up @@ -32,6 +32,7 @@
%Include auto_generated/raster/qgstotalcurvaturefilter.sip
%Include auto_generated/vector/geometry_checker/qgsfeaturepool.sip
%Include auto_generated/vector/geometry_checker/qgsgeometrycheck.sip
%Include auto_generated/vector/geometry_checker/qgsgeometrycheckfix.sip
%Include auto_generated/vector/geometry_checker/qgsgeometrycheckcontext.sip
%Include auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip
%Include auto_generated/vector/geometry_checker/qgsgeometrycheckerutils.sip
Expand Down
@@ -0,0 +1,35 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/vector/geometry_checker/qgsgeometrycheckfix.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/


class QgsGeometryCheckFix
{

%TypeHeaderCode
#include "qgsgeometrycheckfix.h"
%End
public:
QgsGeometryCheckFix( int id, const QString &name, const QString &description, bool isStable = true );

int id() const;

bool isStable() const;

QString name() const;

QString description() const;

};

/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/vector/geometry_checker/qgsgeometrycheckfix.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
3 changes: 2 additions & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrycheckfix.h
@@ -1,9 +1,10 @@
// LICENSE HEADER TODO
#ifndef QGSGEOMETRYCHECKFIX_H
#define QGSGEOMETRYCHECKFIX_H

#include <QString>

class QgsGeometryCheckFix
class ANALYSIS_EXPORT QgsGeometryCheckFix
{
public:
QgsGeometryCheckFix( int id, const QString &name, const QString &description, bool isStable = true );
Expand Down

0 comments on commit 35d5176

Please sign in to comment.