Skip to content

Commit 9e7a287

Browse files
author
jef
committed
add QgsRubberBand::getPoint to python interface (following up r8209)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8216 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e3bb161 commit 9e7a287

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

python/gui/qgsrubberband.sip

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ class QgsRubberBand: QgsMapCanvasItem
3939
/**Returns count of vertices in all lists of mPoint*/
4040
int numberOfVertices() const;
4141

42+
/**Return vertex*/
43+
const QgsPoint *getPoint(int i, int j=0) const;
44+
4245
protected:
4346
virtual void paint(QPainter* p);
4447

4548
//! recalculates needed rectangle
4649
void updateRect();
4750

4851
};
49-
50-
51-
52-

0 commit comments

Comments
 (0)