mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add QgsRubberBand::getPoint to python interface (following up r8209)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8216 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e3bb161618
commit
9e7a287e04
@ -39,6 +39,9 @@ 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);
|
||||
|
||||
@ -46,7 +49,3 @@ class QgsRubberBand: QgsMapCanvasItem
|
||||
void updateRect();
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user