updated python bindings for rubber band

git-svn-id: http://svn.osgeo.org/qgis/trunk@7888 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2008-01-09 17:32:29 +00:00
parent 61ecb55810
commit c34739270b

View File

@ -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
};