Skip to content

Commit

Permalink
fixed URLs to API documentation (#1243)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9684 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 21, 2008
1 parent b09e9c3 commit 42caa98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/plugin_template/README.whatnext
Expand Up @@ -9,14 +9,14 @@ Documentation:

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
Expand Down

0 comments on commit 42caa98

Please sign in to comment.