We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b7e0834 commit b8b154cCopy full SHA for b8b154c
python/gui/qgsrubberband.sip
@@ -1,4 +1,3 @@
1
-
2
class QgsRubberBand: QgsMapCanvasItem
3
{
4
%TypeHeaderCode
@@ -13,7 +12,6 @@ class QgsRubberBand: QgsMapCanvasItem
13
12
void setWidth(int width);
14
15
void reset(bool isPolygon = false);
16
17
void addPoint(const QgsPoint & p, int geometryIndex);
18
19
//!Removes the last point. Most usefull in connection with undo operations
@@ -43,3 +41,6 @@ class QgsRubberBand: QgsMapCanvasItem
43
41
44
42
};
45
+
46
0 commit comments