File tree 3 files changed +31
-0
lines changed
python/gui/auto_generated
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
10
10
11
+
11
12
class QgsSnapToGridCanvasItem : QObject, QgsMapCanvasItem
12
13
{
13
14
%Docstring
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgssnaptogridcanvasitem.cpp
3
+ ----------------------
4
+ begin : August 2018
5
+ copyright : (C) Matthias Kuhn
6
+ email : matthias@opengis.ch
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#include " qgssnaptogridcanvasitem.h"
2
17
#include " qgsmapcanvas.h"
3
18
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgssnaptogridcanvasitem.h
3
+ ----------------------
4
+ begin : August 2018
5
+ copyright : (C) Matthias Kuhn
6
+ email : matthias@opengis.ch
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSSNAPTOGRIDCANVASITEM_H
2
17
#define QGSSNAPTOGRIDCANVASITEM_H
3
18
You can’t perform that action at this time.
0 commit comments