From c34739270bb592433a1448d14d1c435a2cb701f7 Mon Sep 17 00:00:00 2001 From: mhugent Date: Wed, 9 Jan 2008 17:32:29 +0000 Subject: [PATCH] updated python bindings for rubber band git-svn-id: http://svn.osgeo.org/qgis/trunk@7888 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/gui/qgsrubberband.sip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/gui/qgsrubberband.sip b/python/gui/qgsrubberband.sip index 9357b08ba82..8a43180fd06 100644 --- a/python/gui/qgsrubberband.sip +++ b/python/gui/qgsrubberband.sip @@ -1,4 +1,3 @@ - class QgsRubberBand: QgsMapCanvasItem { %TypeHeaderCode @@ -13,7 +12,6 @@ class QgsRubberBand: QgsMapCanvasItem void setWidth(int width); void reset(bool isPolygon = false); - void addPoint(const QgsPoint & p, int geometryIndex); //!Removes the last point. Most usefull in connection with undo operations @@ -43,3 +41,6 @@ class QgsRubberBand: QgsMapCanvasItem }; + + +