mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -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
|
class QgsRubberBand: QgsMapCanvasItem
|
||||||
{
|
{
|
||||||
%TypeHeaderCode
|
%TypeHeaderCode
|
||||||
@ -13,7 +12,6 @@ class QgsRubberBand: QgsMapCanvasItem
|
|||||||
void setWidth(int width);
|
void setWidth(int width);
|
||||||
|
|
||||||
void reset(bool isPolygon = false);
|
void reset(bool isPolygon = false);
|
||||||
|
|
||||||
void addPoint(const QgsPoint & p, int geometryIndex);
|
void addPoint(const QgsPoint & p, int geometryIndex);
|
||||||
|
|
||||||
//!Removes the last point. Most usefull in connection with undo operations
|
//!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