Skip to content

Commit

Permalink
[sip] QgsMapCanvasSnappingUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 22, 2015
1 parent ef2528b commit 457c76d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/gui.sip
Expand Up @@ -77,6 +77,7 @@
%Include qgsmapcanvasitem.sip
%Include qgsmapcanvasmap.sip
%Include qgsmapcanvassnapper.sip
%Include qgsmapcanvassnappingutils.sip
%Include qgsmaplayeractionregistry.sip
%Include qgsmaplayercombobox.sip
%Include qgsmaplayermodel.sip
Expand Down
12 changes: 12 additions & 0 deletions python/gui/qgsmapcanvassnappingutils.sip
@@ -0,0 +1,12 @@
class QgsMapCanvasSnappingUtils : QgsSnappingUtils
{
%TypeHeaderCode
#include <qgsmapcanvassnappingutils.h>
%End
public:
QgsMapCanvasSnappingUtils( QgsMapCanvas* canvas, QObject* parent = 0 );

protected:
virtual void prepareIndexStarting( int count );
virtual void prepareIndexProgress( int index );
};

0 comments on commit 457c76d

Please sign in to comment.