Skip to content

Commit

Permalink
updated python bindings for rubber band
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7888 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 9, 2008
1 parent b7e0834 commit b8b154c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/gui/qgsrubberband.sip
@@ -1,4 +1,3 @@

class QgsRubberBand: QgsMapCanvasItem
{
%TypeHeaderCode
Expand All @@ -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
Expand Down Expand Up @@ -43,3 +41,6 @@ class QgsRubberBand: QgsMapCanvasItem

};




0 comments on commit b8b154c

Please sign in to comment.