[QGIS Commit] r9684 - trunk/qgis/src/plugins/plugin_template
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri Nov 21 18:05:58 EST 2008
Author: wonder
Date: 2008-11-21 18:05:58 -0500 (Fri, 21 Nov 2008)
New Revision: 9684
Modified:
trunk/qgis/src/plugins/plugin_template/README.whatnext
Log:
fixed URLs to API documentation (#1243)
Modified: trunk/qgis/src/plugins/plugin_template/README.whatnext
===================================================================
--- trunk/qgis/src/plugins/plugin_template/README.whatnext 2008-11-21 22:55:58 UTC (rev 9683)
+++ trunk/qgis/src/plugins/plugin_template/README.whatnext 2008-11-21 23:05:58 UTC (rev 9684)
@@ -9,14 +9,14 @@
You really need to read the QGIS API Documentation now at:
-http://svn.qgis.org/api_doc/html/
+http://doc.qgis.org/
In particular look at the following classes:
-QGisInterface : http://svn.qgis.org/api_doc/html/classQgisInterface.html
-QgsMapCanvas : http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html
-QgsMapTool : http://svn.qgis.org/api_doc/html/classQgsMapTool.html
-QgsPlugin : http://svn.qgis.org/api_doc/html/classQgisPlugin.html
+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 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