[QGIS Commit] r14312 - trunk/qgis/src/plugins/plugin_template

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 29 16:29:43 EDT 2010


Author: jef
Date: 2010-09-29 20:29:43 +0000 (Wed, 29 Sep 2010)
New Revision: 14312

Modified:
   trunk/qgis/src/plugins/plugin_template/README.whatnext
Log:
api documentation on qgis.org

Modified: trunk/qgis/src/plugins/plugin_template/README.whatnext
===================================================================
--- trunk/qgis/src/plugins/plugin_template/README.whatnext	2010-09-29 20:28:40 UTC (rev 14311)
+++ trunk/qgis/src/plugins/plugin_template/README.whatnext	2010-09-29 20:29:43 UTC (rev 14312)
@@ -9,14 +9,14 @@
 
 You really need to read the QGIS API Documentation now at:
 
-http://doc.qgis.org/
+http://qgis.org/api/
 
 In particular look at the following classes:
 
-QGisInterface : http://doc.qgis.org/classQgisInterface.html
-QgsMapCanvas  : http://doc.qgis.org/classQgsMapCanvas.html
-QgsMapTool    : http://doc.qgis.org/classQgsMapTool.html
-QgisPlugin    : http://doc.qgis.org/classQgisPlugin.html
+QGisInterface : http://qgis.org/api/classQgisInterface.html
+QgsMapCanvas  : http://qgis.org/api/classQgsMapCanvas.html
+QgsMapTool    : http://qgis.org/api/classQgsMapTool.html
+QgisPlugin    : http://qgis.org/api/classQgisPlugin.html
 
 QGisInterface is an abstract base class (ABC) that specifies what publicly
 available features of QGIS are exposed to third party code and plugins. An



More information about the QGIS-commit mailing list