Skip to content

Commit c347392

Browse files
author
mhugent
committedJan 9, 2008
updated python bindings for rubber band
git-svn-id: http://svn.osgeo.org/qgis/trunk@7888 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 61ecb55 commit c347392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎python/gui/qgsrubberband.sip

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class QgsRubberBand: QgsMapCanvasItem
32
{
43
%TypeHeaderCode
@@ -13,7 +12,6 @@ class QgsRubberBand: QgsMapCanvasItem
1312
void setWidth(int width);
1413

1514
void reset(bool isPolygon = false);
16-
1715
void addPoint(const QgsPoint & p, int geometryIndex);
1816

1917
//!Removes the last point. Most usefull in connection with undo operations
@@ -43,3 +41,6 @@ class QgsRubberBand: QgsMapCanvasItem
4341

4442
};
4543

44+
45+
46+

0 commit comments

Comments
 (0)
Please sign in to comment.