Skip to content

Commit

Permalink
add QgsRubberBand::getPoint to python interface (following up r8209)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8216 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 13, 2008
1 parent 51fd3e3 commit b8c2a74
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 b8c2a74

Please sign in to comment.