[QGIS Commit] r8216 - trunk/qgis/python/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Mar 13 09:11:53 EDT 2008


Author: jef
Date: 2008-03-13 09:11:53 -0400 (Thu, 13 Mar 2008)
New Revision: 8216

Modified:
   trunk/qgis/python/gui/qgsrubberband.sip
Log:
add QgsRubberBand::getPoint to python interface (following up r8209)

Modified: trunk/qgis/python/gui/qgsrubberband.sip
===================================================================
--- trunk/qgis/python/gui/qgsrubberband.sip	2008-03-13 09:55:14 UTC (rev 8215)
+++ trunk/qgis/python/gui/qgsrubberband.sip	2008-03-13 13:11:53 UTC (rev 8216)
@@ -39,6 +39,9 @@
     /**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 @@
     void updateRect();
 
 };
-
-
-
-



More information about the QGIS-commit mailing list