mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
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:
parent
61ecb55810
commit
c34739270b
@ -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
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user