Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add QgsRubberBand::getPoint to python interface (following up r8209)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8216 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 13, 2008
1 parent e3bb161 commit 9e7a287
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/gui/qgsrubberband.sip
Expand Up @@ -39,14 +39,13 @@ class QgsRubberBand: QgsMapCanvasItem
/**Returns count of vertices in all lists of mPoint*/
int numberOfVertices() const;

/**Return vertex*/
const QgsPoint *getPoint(int i, int j=0) const;

protected:
virtual void paint(QPainter* p);

//! recalculates needed rectangle
void updateRect();

};




0 comments on commit 9e7a287

Please sign in to comment.